Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyrivers authored and InfusOnWoW committed Dec 8, 2024
1 parent f0376ee commit eae0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Conditions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ end

function Private.ExecEnv.CallCustomConditionTest(uid, testFunctionNumber, ...)
local ok, result = xpcall(Private.ExecEnv.conditionHelpers[uid].customTestFunctions[testFunctionNumber],
Private.GetErrorHandlerUid(uid, L["Condition Custom Text"]), ...)
Private.GetErrorHandlerUid(uid, L["Condition Custom Test"]), ...)
if (ok) then
return result
end
Expand Down

0 comments on commit eae0ac2

Please sign in to comment.