diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
