Skip to content

Commit 8689337

Browse files
committed
Fixed typo
1 parent 402f92b commit 8689337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textworld/generator/inform7/world2inform7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def generate_inform7_source(game, seed=1234, use_i7_description=False):
326326
327327
""")
328328

329-
# Refeering to an object by its whole name shouldn't be ambiguous.
329+
# Referring to an object by its whole name shouldn't be ambiguous.
330330
source += textwrap.dedent("""\
331331
Does the player mean doing something:
332332
if the noun is not nothing and the second noun is nothing and the player's command matches the text printed name of the noun:

0 commit comments

Comments
 (0)