From a416485bbdec7469570fe233e8022c880719cee8 Mon Sep 17 00:00:00 2001 From: Vaqtincha <51029683+Vaqtincha@users.noreply.github.com> Date: Fri, 3 Sep 2021 23:46:32 +0500 Subject: [PATCH] fix desc typo (#213) --- reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc index bfee811b..db54fabf 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc @@ -747,7 +747,7 @@ enum GamedllFunc_CBasePlayer /* * Description: Called when a player throws the grenade. - * Return type: CGrenade * (Entity index of hegrenade) + * Return type: CGrenade * (Entity index of grenade) * Params: (const this, const grenade, Float:vecSrc[3], Float:vecThrow[3], Float:time, const usEvent) */ RG_CBasePlayer_ThrowGrenade,