Merge pull request #4636 from Aokromes/master

More typo fix by Persephone.
This commit is contained in:
Machiavelli
2012-01-05 03:29:08 -08:00

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;