diff options
Diffstat (limited to 'src/game/Chat.cpp')
| -rw-r--r-- | src/game/Chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index ac67e6137e4..f239fc4ebd6 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1024,7 +1024,7 @@ char* ChatHandler::extractKeyFromLink(char* text, char const* linkType, char** s if(!text) return NULL; - // skip speces + // skip spaces while(*text==' '||*text=='\t'||*text=='\b') ++text; @@ -1072,7 +1072,7 @@ char* ChatHandler::extractKeyFromLink(char* text, char const* const* linkTypes, if(!text) return NULL; - // skip speces + // skip spaces while(*text==' '||*text=='\t'||*text=='\b') ++text; |
