From 521f9d63a92d0c5de581c1b572c5634527b4b9d5 Mon Sep 17 00:00:00 2001 From: Keith Buck Date: Sun, 18 Mar 2012 01:28:55 +0000 Subject: [PATCH] client.c: Fix spelling/grammar in comments. --- src/client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.c b/src/client.c index 4f801277..513e941d 100644 --- a/src/client.c +++ b/src/client.c @@ -1594,12 +1594,12 @@ del_all_accepts(struct Client *client_p) } /* - * show_ip() - asks if the true IP shoudl be shown when source is - * askin for info about target + * show_ip() - asks if the true IP should be shown when source is + * asking for info about target * * Inputs - source_p who is asking * - target_p who do we want the info on - * Output - returns 1 if clear IP can be showed, otherwise 0 + * Output - returns 1 if clear IP can be shown, otherwise 0 * Side Effects - none */