diff options
Diffstat (limited to 'xup/xup.c')
| -rw-r--r-- | xup/xup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
