From b2e9b5d612a879097587b05ed2c53c19c70d84a6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jan 2010 18:45:40 +0000 Subject: (svn r18683) -Fix: it's not an other --- src/network/network_chat_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_chat_gui.cpp') 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; -- cgit v1.2.3-54-g00ecf