From d6a632211f2021aff08294525b7ac54da3e44f80 Mon Sep 17 00:00:00 2001 From: commy2 Date: Sat, 8 Oct 2016 01:05:29 +0200 Subject: [PATCH] fix typo in function header --- addons/xeh/fnc_compileFunction.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/xeh/fnc_compileFunction.sqf b/addons/xeh/fnc_compileFunction.sqf index 1bbb11d60..44d51bb07 100644 --- a/addons/xeh/fnc_compileFunction.sqf +++ b/addons/xeh/fnc_compileFunction.sqf @@ -3,7 +3,7 @@ Function: CBA_fnc_compileFunction Description: Compiles a function into mission namespace and into ui namespace for caching purposes. - Recompiling can be enabled by insterting the CBA_cache_disable.pbo from the optionals folder. + Recompiling can be enabled by inserting the CBA_cache_disable.pbo from the optionals folder. Parameters: 0: _funcFile - Path to function sqf file