Quantcast

All hail the typo king lol

Darthpred [12-18-12 - 07:01]
All hail the typo king lol
Filename
ElvUI_SLE/modules/install.lua
diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua
index db7fd6d..0432f6a 100644
--- a/ElvUI_SLE/modules/install.lua
+++ b/ElvUI_SLE/modules/install.lua
@@ -934,7 +934,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 			--Raid 10
 			if layout == "healer" then
 				E.db.unitframe.units.raid10.health.frequentUpdates = true
-				E.db.unitframe.units.raid10.health.text_format = "[healthcolor][health:dificit]"
+				E.db.unitframe.units.raid10.health.text_format = "[healthcolor][health:deficit]"
 				E.db.unitframe.units.raid10.health.orientation = "VERTICAL"
 				E.db.unitframe.units.raid10.health.position = "CENTER"
 			else