Skip to content

Commit b1deaa3

Browse files
committed
fix spelling
1 parent 9324374 commit b1deaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ function calcs.perform(env, fullDPSSkipEHP)
28512851

28522852
buffExports.PlayerMods["MovementSpeedMod|percent|max="..tostring(output["MovementSpeedMod"] * 100)] = true
28532853

2854-
-- prestack Mine auras
2854+
-- preStack Mine auras
28552855
for auraName, aura in pairs(buffExports["Aura"]) do
28562856
if auraName:match("Mine") and not auraName:match(" Limit") then
28572857
buffExports["Aura"][auraName] = copyTable(buffExports["Aura"][auraName])

0 commit comments

Comments
 (0)