aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2012-01-05 10:33:50 -0800
committerDiscover- <amort11@hotmail.com>2012-01-05 10:33:50 -0800
commitd5e740c6a73f71962b51054f3a563efb12926f3b (patch)
treec10d32af757894404048f89d3ad8a80824d7433f /src
parentcc5dae032cb05cf6b8d63afca718108f5e809aaf (diff)
parent995fa11e01bf7eef1b74405a0e5f074a1c30f965 (diff)
Merge pull request #4643 from Aokromes/master
Fix typos introduced in 65a427a3226b1ff1ec9431170ceb8f5e1747e3bb
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Chat/Chat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index cd9881055a7..035fbaf5b78 100755
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -885,7 +885,7 @@ bool ChatHandler::ShowHelpForSubCommands(ChatCommand* table, char const* cmd, ch
std::string list;
for (uint32 i = 0; table[i].Name != NULL; ++i)
{
- // must be available (ignore handler existence for show command with possible available subcomands)
+ // must be available (ignore handler existence for show command with possible available subcommands)
if (!isAvailable(table[i]))
continue;
@@ -924,7 +924,7 @@ bool ChatHandler::ShowHelpForCommand(ChatCommand* table, const char* cmd)
{
for (uint32 i = 0; table[i].Name != NULL; ++i)
{
- // must be available (ignore handler existence for show command with possible available subcomands)
+ // must be available (ignore handler existence for show command with possible available subcommands)
if (!isAvailable(table[i]))
continue;
@@ -954,7 +954,7 @@ bool ChatHandler::ShowHelpForCommand(ChatCommand* table, const char* cmd)
{
for (uint32 i = 0; table[i].Name != NULL; ++i)
{
- // must be available (ignore handler existence for show command with possible available subcomands)
+ // must be available (ignore handler existence for show command with possible available subcommands)
if (!isAvailable(table[i]))
continue;