summaryrefslogtreecommitdiff
path: root/src/network/network_chat_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_chat_gui.cpp')
-rw-r--r--src/network/network_chat_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/network_chat_gui.cpp b/src/network/network_chat_gui.cpp
index a308fc934..7331ea4ae 100644
--- a/src/network/network_chat_gui.cpp
+++ b/src/network/network_chat_gui.cpp
@@ -318,7 +318,7 @@ public:
/* Then, try townnames */
/* Not that the following assumes all town indices are adjacent, ie no
- * towns have been deleted. */
+ * towns have been deleted. */
if (*item <= (uint)MAX_CLIENT_SLOTS + GetMaxTownIndex()) {
const Town *t;
@@ -375,7 +375,7 @@ public:
if (_chat_tab_completion_active) {
/* We are pressing TAB again on the same name, is there an other name
- * that starts with this? */
+ * that starts with this? */
if (!second_scan) {
size_t offset;
size_t length;