docs: fix a few simple typos
There are small typos in: - CODING_STYLE.md - evennia/commands/cmdhandler.py - evennia/commands/default/syscommands.py - evennia/contrib/building_menu.py - evennia/prototypes/prototypes.py Fixes: - Should read `traverse` rather than `traverese`. - Should read `shortcuts` rather than `shorcuts`. - Should read `multiple` rather than `multuple`. - Should read `multiple` rather than `mulitple`. - Should read `indentation` rather than `indendation`. Closes #2420
This commit is contained in:
parent
995c2381a2
commit
ff078945f8
5 changed files with 5 additions and 5 deletions
|
|
@ -653,7 +653,7 @@ def validate_prototype(
|
|||
)
|
||||
)
|
||||
|
||||
# recursively traverese prototype_parent chain
|
||||
# recursively traverse prototype_parent chain
|
||||
|
||||
for protstring in make_iter(prototype_parent):
|
||||
protstring = protstring.lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue