From ca6169a8a54fe5779c9834ef35b3b9f1d77ae608 Mon Sep 17 00:00:00 2001 From: HamletEagle Date: Fri, 7 Sep 2018 02:30:41 -0700 Subject: [PATCH] Fix typo --- plugins/include/cstrike.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index dab475d8..c22077ea 100755 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -1119,7 +1119,7 @@ native any:cs_get_weapon_info(weapon_id, CsWeaponInfo:type); * @param weaponIndex A CSW_* id or 0. If 0(CSW_NONE) is passed the active item entity index will be retrieved If non-zero it will retrieve the entity index of the weapon with the given CSW_* id * - * @return Weapon entity index on success or 0 if weapon could not be found + * @return Weapon entity index on success or 0 if the weapon could not be found * @error If the client index is not within the range of 1 to * maxClients, or the client is not connected or an invalid CSW_* value is passed an error will be * thrown.