summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/core/servers.c2
-rw-r--r--src/core/servers.h2
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,