Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 authored Sep 23, 2024
1 parent 515f0b6 commit 21eae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bzfs/commands.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ bool ResetCommand::operator() (const char *message,
bool ShutdownCommand::operator() (const char *,
GameKeeper::Player *playerData)
{
// If no playerData - dont perfom permission check, since it is probably the API
// If no playerData - don't perform permission check, since it is probably the API
if (playerData)
{
int t = playerData->getIndex();
Expand Down Expand Up @@ -1714,7 +1714,7 @@ bool FlagCommand::operator() (const char *message,

grabFlag(gkPlayer->getIndex(), *fi, false);

// send the annoucement
// send the announcement
char buffer[MessageLen];
snprintf(buffer, MessageLen, "%s gave flag %s/%i to %s",
playerData->player.getCallSign(),
Expand Down

0 comments on commit 21eae70

Please sign in to comment.