Skip to content

Commit c5d6b44

Browse files
committed
FIX(spelling): un-rake-able
1 parent 2f0ad38 commit c5d6b44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/System/TestDefence_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ describe("TestDefence", function()
841841
assert.are.equals(0, floor(poolsRemaining.OverkillDamage))
842842
end)
843843

844-
it("Unreakable + Iron Reflexes", function()
844+
it("Unbreakable + Iron Reflexes", function()
845845
build.configTab.input.customMods = [[
846846
you have no dexterity
847847
]]
@@ -903,7 +903,7 @@ describe("TestDefence", function()
903903
build.configTab:BuildModList()
904904
runCallback("OnFrame")
905905

906-
-- Oath Of Maji double defences stack with Unreakable
906+
-- Oath Of Maji double defences stack with Unbreakable
907907
assert.are.equals(2*2*ironReflexesArmour + baseArmour + baseEvasion, build.calcsTab.mainOutput.Armour)
908908

909909
build.configTab.input.customMods = [[

0 commit comments

Comments
 (0)