From bc9d51d3b115d796cdbb665990f0e2bfc18b9a38 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 26 Dec 2014 23:21:55 +0100 Subject: [PATCH] Fix a typo --- oUF_P3lim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index b7c89ef..d5afc6e 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -102,7 +102,7 @@ local function PostCreateAura(element, button) local Duration = StringParent:CreateFontString(nil, 'OVERLAY') Duration:SetPoint('TOPLEFT', button, 0, -1) - Duration:SetFont(FONT, 8, 'OUTLINEMONOCROME') + Duration:SetFont(FONT, 8, 'OUTLINEMONOCHROME') button.Duration = Duration button:HookScript('OnUpdate', UpdateAura) -- 1.7.9.5