Skip to content

Commit 92c150c

Browse files
committed
Cspell fixes
1 parent 368bd7c commit 92c150c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Export/Scripts/mods.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ end
44
local statDescriptions = getStatDescriptors("stat_descriptions.csd")
55
loadStatFile("stat_descriptions.csd")
66

7-
-- not comprehensive. see moddomains table in export tool and enums.lua
7+
-- not comprehensive. see mod domains table in export tool and enums.lua
88
local Domains = {
99
GenericMod = 1,
1010
FlaskCharm = 2,
@@ -156,7 +156,7 @@ local function writeMods(outName, condFunc)
156156
-- hashed with them. we don't want to hash e.g. the lower
157157
-- and upper range of # to # damage modifiers separately.
158158
if statsHashed[stat.Id] then
159-
goto innercontinue
159+
goto innerContinue
160160
end
161161

162162
-- tincture stat descriptions are in a separate file
@@ -170,7 +170,7 @@ local function writeMods(outName, condFunc)
170170
-- skip stats that are missing fields. these are most likely
171171
-- hidden stats or e.g. map stats
172172
if not statEntry or not statEntry.stats or not statEntry[1] then
173-
goto innercontinue
173+
goto innerContinue
174174
end
175175

176176
-- match stats to the stat values on the mod and save them
@@ -215,7 +215,7 @@ local function writeMods(outName, condFunc)
215215

216216
local tradeHash = hashStats(stats)
217217
tradeHashes[tradeHash] = description
218-
::innercontinue::
218+
::innerContinue::
219219
end
220220
out:write("tradeHashes = { ")
221221
for hash, desc in pairs(tradeHashes) do

0 commit comments

Comments
 (0)