(svn r18683) -Fix: it's not an other

This commit is contained in:
rubidium
2010-01-01 18:45:40 +00:00
parent b8214ed995
commit 3de085a143
16 changed files with 19 additions and 19 deletions

View File

@@ -383,7 +383,7 @@ struct NetworkChatWindow : public QueryStringBaseWindow {
item++;
if (_chat_tab_completion_active) {
/* We are pressing TAB again on the same name, is there an other name
/* We are pressing TAB again on the same name, is there another name
* that starts with this? */
if (!second_scan) {
size_t offset;