degesch: typos
This commit is contained in:
parent
04f87b7587
commit
b4d6decc06
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue