diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/servers.c | 2 | ||||
-rw-r--r-- | src/core/servers.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/servers.c b/src/core/servers.c index 9ba883a4..4550ce7f 100644 --- a/src/core/servers.c +++ b/src/core/servers.c @@ -425,7 +425,7 @@ void server_connect_free(SERVER_CONNECT_REC *conn) g_free(conn); } -/* `optlist' should contain only one key - the server tag. +/* `optlist' should contain only one unknown key - the server tag. returns NULL if there was unknown -option */ SERVER_REC *cmd_options_get_server(const char *cmd, GHashTable *optlist, diff --git a/src/core/servers.h b/src/core/servers.h index 2bbb8f43..e5ea787b 100644 --- a/src/core/servers.h +++ b/src/core/servers.h @@ -61,7 +61,7 @@ void server_connect_finished(SERVER_REC *server); /* connection to server failed */ void server_connect_failed(SERVER_REC *server, const char *msg); -/* `optlist' should contain only one key - the server tag. +/* `optlist' should contain only one unknown key - the server tag. returns NULL if there was unknown -option */ SERVER_REC *cmd_options_get_server(const char *cmd, GHashTable *optlist, |