diff options
author | rubidium <rubidium@openttd.org> | 2010-01-01 18:45:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-01 18:45:40 +0000 |
commit | b2e9b5d612a879097587b05ed2c53c19c70d84a6 (patch) | |
tree | b3dec8b7dc6f7bd35e4b6dbb4e500c0ba2290ab0 /src/network | |
parent | 115b20774540589572d45de3fdc7743ea4626f13 (diff) | |
download | openttd-b2e9b5d612a879097587b05ed2c53c19c70d84a6.tar.xz |
(svn r18683) -Fix: it's not an other
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_chat_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_chat_gui.cpp b/src/network/network_chat_gui.cpp index 85598bb6c..522106b80 100644 --- a/src/network/network_chat_gui.cpp +++ b/src/network/network_chat_gui.cpp @@ -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; |