summaryrefslogtreecommitdiffstats
path: root/xup/xup.c
diff options
context:
space:
mode:
Diffstat (limited to 'xup/xup.c')
-rw-r--r--xup/xup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 277fb7c7..4e1990ee 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -196,7 +196,7 @@ lib_mod_connect(struct mod* mod)
i++;
if (i >= 4)
{
- mod->server_msg(mod, "connect problem, giving up", 0);
+ mod->server_msg(mod, "connection problem, giving up", 0);
break;
}
g_sleep(250);