From 21eae70a0a55bc2d1692dcac207e53edd29a6662 Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:05:09 +0300 Subject: [PATCH] Typo fix --- src/bzfs/commands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bzfs/commands.cxx b/src/bzfs/commands.cxx index 59e22dc13f..e2f275055d 100644 --- a/src/bzfs/commands.cxx +++ b/src/bzfs/commands.cxx @@ -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(); @@ -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(),