From 119592eefe98b2a7f45c911ad2e9840bbb959a24 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 9 Jun 2008 22:17:09 +0000 Subject: [PATCH] Fixed typo in banning.inc --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402251 --- plugins/include/banning.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/banning.inc b/plugins/include/banning.inc index 07611565..df5619eb 100644 --- a/plugins/include/banning.inc +++ b/plugins/include/banning.inc @@ -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).