aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-02-09 04:50:51 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-02-09 04:50:51 +0100
commit0c19a384f1691c094bfc623c14423c1a99c28691 (patch)
tree6155c4f6a337f9f2e3192e1c2a2b1e77540baa80
parent333ad2c98198b4b5c0c98a2b5d09e60c90d311f7 (diff)
downloadxK-0c19a384f1691c094bfc623c14423c1a99c28691.tar.gz
xK-0c19a384f1691c094bfc623c14423c1a99c28691.tar.xz
xK-0c19a384f1691c094bfc623c14423c1a99c28691.zip
Fix typos
-rw-r--r--NEWS2
-rw-r--r--kike.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e0c52d3..464460b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@
* degesch: backlog limit was made configurable
- * degesch: allow changing the list IRC capabilities to use
+ * degesch: allow changing the list of IRC capabilities to use
* degesch: optimize buffer memory usage
diff --git a/kike.c b/kike.c
index 3aeb2b8..2f6523b 100644
--- a/kike.c
+++ b/kike.c
@@ -835,7 +835,7 @@ client_send_str (struct client *c, const struct str *s)
size_t old_sendq = c->write_buffer.len;
// So far there's only one message tag we use, so we can do it simple;
- // note that a 512-character limit applies to messages with tags on
+ // note that a 1024-character limit applies to messages with tags on
if (c->caps_enabled & IRC_CAP_SERVER_TIME)
{
long milliseconds; char buf[32]; struct tm tm;