From 8b42767b194617c8ffe89e36a4db33ba703b2798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Gr=C3=BCnbacher?= Date: Thu, 7 Aug 2014 22:01:21 +0200 Subject: [PATCH] amxmodx: Precaching documentation is the bane of my existence --- 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 f8d487a8..7ebebdcb 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -210,7 +210,7 @@ native register_plugin(const plugin_name[], const version[], const author[]); * * @param name Path to the model file * - * @return Unique ache id of the model + * @return Unique cache id of the model * @error If called outside of the plugin_precache() forward, an error is * thrown. */