From 47413928c8f5e43a58ce6da5a321c0164eb717fd Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Fri, 29 Aug 2014 16:48:30 +0200 Subject: [PATCH] Fix a typo in documentation. --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index de1b5c46..6375bf91 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -2582,7 +2582,7 @@ forward plugin_natives(); /** * Registers a native. * - * @note Stlye 0 natives call the handler in the following manner: + * @note Style 0 natives call the handler in the following manner: * * public native_handler(plugin_id, argc) *