From 1922cac79e8d0023a09920252d411793a412fa02 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sun, 3 Jul 2016 23:22:31 +0200 Subject: [PATCH] fix spelling of arguments --- addons/common/functions/fnc_showHud.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/common/functions/fnc_showHud.sqf b/addons/common/functions/fnc_showHud.sqf index e07e272793..660ffdf519 100644 --- a/addons/common/functions/fnc_showHud.sqf +++ b/addons/common/functions/fnc_showHud.sqf @@ -33,7 +33,7 @@ if (!hasInterface) exitWith {[-1]}; params [["_reason", "", [""]], ["_mask", [], [[]], [0,8,9]]]; if ((count _mask) == 8) then { - ACE_LOGWARNING_1("ace_common_fnc_showHud - mask now takes 9 arguements in 1.62 [called with %1]",_this); + ACE_LOGWARNING_1("ace_common_fnc_showHud - mask now takes 9 arguments in 1.62 [called with %1]",_this); _mask pushBack true; };