client.c: Fix spelling/grammar in comments.
This commit is contained in:
parent
bc4dea6937
commit
521f9d63a9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue