More typo fix by Persephone.

This commit is contained in:
Aokromes
2012-01-05 12:28:09 +01:00
parent ac265d7ea2
commit 894d4c0d66
+3 -3
View File
@@ -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 avalable subcomands)
// must be available (ignore handler existence for show command with possible available subcomands)
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 avalable subcomands)
// must be available (ignore handler existence for show command with possible available subcomands)
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 avalable subcomands)
// must be available (ignore handler existence for show command with possible available subcomands)
if (!isAvailable(table[i]))
continue;