aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.h b/src/irc.h
index b4e7764..5a7e08d 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -25,7 +25,7 @@ void txbuf_append_str3(const char *s1, const char *s2, const char *s3);
/* clears the transmit buffer, then appends a string to it. */
void txbuf_set_str(const char *str);
-/* as txbuf_set_str2(), but multiple strings. */
+/* as txbuf_set_str(), but multiple strings. */
void txbuf_set_str2(const char *s1, const char *s2);
void txbuf_set_str3(const char *s1, const char *s2, const char *s3);