aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
}