Skip to content

Commit a7ea526

Browse files
committed
fix spelling
1 parent d84601a commit a7ea526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function TradeQueryClass:SetStatWeights()
492492
controls.finalise = new("ButtonControl", { "BOTTOM", nil, "BOTTOM" }, -45, -10, 80, 20, "Save", function()
493493
main:ClosePopup()
494494

495-
-- this needs to save the weights somewhere, maybe the XML? its not nessesary but possibly useful QoL
495+
-- this needs to save the weights somewhere, maybe the XML? its not necessary but possibly useful QoL
496496
local statSortSelectionList = {}
497497
for stat, statTable in pairs(statList) do
498498
if statTable.stat.weightMult > 0 then

src/Classes/TradeStatWeightMultiplierListControl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Path of Building
22
--
33
-- Class: Trade Stat Weight Multiplier List Control
4-
-- Specialized UI element for listing and modifing Trade Stat Weight Multipliers.
4+
-- Specialized UI element for listing and modifying Trade Stat Weight Multipliers.
55
--
66

77
local TradeStatWeightMultiplierListControlClass = newClass("TradeStatWeightMultiplierListControl", "ListControl", function(self, anchor, x, y, width, height, list, indexController)

0 commit comments

Comments
 (0)