summaryrefslogtreecommitdiff
path: root/src/core/servers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/servers.h')
-rw-r--r--src/core/servers.h2
1 files changed, 1 insertions, 1 deletions
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,