Skip to content

Commit e122020

Browse files
committed
make cspell happy
1 parent 223fd6d commit e122020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Export/Scripts/soulcores.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ directiveTable.base = function(state, args, out)
9898
for _, stat in ipairs(stats) do
9999
if stat:find("^Bonded:") then
100100
-- continue
101-
-- range stat: output a single tradehash
101+
-- range stat: output a single trade hash
102102
elseif stat:find("%d+ to %d+") then
103103
local tradeHash = murmurHash2(table.concat(statHashes), 0x02312233)
104104
table.insert(tradeHashes, tradeHash)
105-
-- otherwise output separate tradehashes
105+
-- otherwise output separate trade hashes
106106
else
107107
for _, statHash in ipairs(statHashes) do
108108
local tradeHash = murmurHash2(statHash, 0x02312233)

0 commit comments

Comments
 (0)