aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-06-01 21:46:44 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-06-01 21:48:31 +0200
commit57413d53a42bd01c39a0665a0daa4f94f45df654 (patch)
treec475e4304bd4e53d4d1ac46f89c80bd9e31b7c3d
parent0757ce424ce288f4b9bb45491090fc8c3bae5bd4 (diff)
downloadxK-57413d53a42bd01c39a0665a0daa4f94f45df654.tar.gz
xK-57413d53a42bd01c39a0665a0daa4f94f45df654.tar.xz
xK-57413d53a42bd01c39a0665a0daa4f94f45df654.zip
degesch: fix typo
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index e256eeb..d16b6af 100644
--- a/degesch.c
+++ b/degesch.c
@@ -4245,7 +4245,7 @@ irc_handle_quit (struct server *s, const struct irc_message *msg)
.reason = irc_to_utf8 (s->ctx, message));
// TODO: set some kind of a flag in the buffer and when the user
- // reappers on a channel (JOIN), log a "is back online" message.
+ // reappears on a channel (JOIN), log a "is back online" message.
// Also set this flag when we receive a "no such nick" numeric
// and reset it when we send something to the buffer.
}