Skip to content

Commit 74edaa1

Browse files
bladecoderCopilot
andauthored
Update compiler/src/main/java/com/bladecoder/ink/compiler/ParsedHierarchy/ListDefinition.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 879d1e9 commit 74edaa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/main/java/com/bladecoder/ink/compiler/ParsedHierarchy/ListDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public com.bladecoder.ink.runtime.ListDefinition getRuntimeListDefinition() {
3737
if (!allItems.containsKey(e.getName())) {
3838
allItems.put(e.getName(), e.seriesValue);
3939
} else {
40-
error("List '" + identifier + "' contains dupicate items called '" + e.getName() + "'");
40+
error("List '" + identifier + "' contains duplicate items called '" + e.getName() + "'");
4141
}
4242
}
4343

0 commit comments

Comments
 (0)