summaryrefslogtreecommitdiff
path: root/src/core/servers.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-29 21:56:25 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-29 21:56:25 +0000
commit125710498024e528d665300d2b71a39d637ee387 (patch)
tree6d8c1ebf38f668a4f19470c9fcfbcec8a74978fe /src/core/servers.c
parent86b714881cf5c32895c8dd1b947cd752ea6698a1 (diff)
downloadirssi-125710498024e528d665300d2b71a39d637ee387.zip
comment update :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1029 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers.c')
-rw-r--r--src/core/servers.c2
1 files changed, 1 insertions, 1 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,