client.c: Fix spelling/grammar in comments.

This commit is contained in:
Keith Buck 2012-03-18 01:28:55 +00:00
parent bc4dea6937
commit 521f9d63a9

View file

@ -1594,12 +1594,12 @@ del_all_accepts(struct Client *client_p)
} }
/* /*
* show_ip() - asks if the true IP shoudl be shown when source is * show_ip() - asks if the true IP should be shown when source is
* askin for info about target * asking for info about target
* *
* Inputs - source_p who is asking * Inputs - source_p who is asking
* - target_p who do we want the info on * - 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 * Side Effects - none
*/ */