diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-04 08:44:16 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-04 08:44:16 +0200 |
commit | f716e7601fa32947e380e7d1f7dd1433d2818a55 (patch) | |
tree | b79812f0450af6841d2c700f4b5271f6c224052f | |
parent | eea761d9f7a0dacc276911c32f5451427940cbdd (diff) | |
download | xK-f716e7601fa32947e380e7d1f7dd1433d2818a55.tar.gz xK-f716e7601fa32947e380e7d1f7dd1433d2818a55.tar.xz xK-f716e7601fa32947e380e7d1f7dd1433d2818a55.zip |
degesch: fix a typo
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7065,7 +7065,7 @@ irc_handle_topic (struct server *s, const struct irc_message *msg) struct buffer *buffer = str_map_find (&s->irc_buffer_map, channel_name); hard_assert (channel || !buffer); - // It would be is weird for this to be false + // It would be weird for this to be false if (channel) cstr_set (&channel->topic, xstrdup (topic)); |