From: Keith Buck Date: Sun, 18 Mar 2012 01:28:55 +0000 (+0000) Subject: client.c: Fix spelling/grammar in comments. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/521f9d63a92d0c5de581c1b572c5634527b4b9d5 client.c: Fix spelling/grammar in comments. --- 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 */