aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-12-31 03:45:44 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-12-31 03:57:09 +0100
commitb4d6decc06176be40db5d1b4b68d941775c7789e (patch)
tree20c0fc09265d4a9c46ba6d271bdfe175df8c215c /degesch.c
parent04f87b75876d9ddd62d75981127bf624e0dac894 (diff)
downloadxK-b4d6decc06176be40db5d1b4b68d941775c7789e.tar.gz
xK-b4d6decc06176be40db5d1b4b68d941775c7789e.tar.xz
xK-b4d6decc06176be40db5d1b4b68d941775c7789e.zip
degesch: typos
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/degesch.c b/degesch.c
index a6b5e8d..5822bb6 100644
--- a/degesch.c
+++ b/degesch.c
@@ -5550,7 +5550,7 @@ irc_handle_kick (struct server *s, const struct irc_message *msg)
hard_assert ((channel && buffer) ||
(channel && !buffer) || (!channel && !buffer));
- // It would be is weird for this to be false
+ // It would be weird for this to be false
if (user && channel)
{
if (irc_is_this_us (s, target))
@@ -10217,7 +10217,7 @@ static char **
complete_word (struct app_context *ctx, struct completion *data,
const char *word)
{
- // First figure out what exactly do we need to complete
+ // First figure out what exactly we need to complete
bool try_commands = false;
bool try_options = false;
bool try_nicknames = false;