Fixed typo in banning.inc

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402251
This commit is contained in:
Matt Woodrow 2008-06-09 22:17:09 +00:00
parent 72a1fb06d0
commit 119592eefe

View File

@ -144,7 +144,7 @@ native bool:BanIdentity(const String:identity[],
*
* @param identity String to unban (ip or authstring).
* @param flags Flags (only IP and AUTHID are valid flags here).
* @param command Command strnig to identify the source. If this is left
* @param command Command string to identify the source. If this is left
* empty, then OnRemoveBan will not be called.
* @param source A source value that could be interpreted as a player
* index of any sort (not actually checked by Core).