mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
Fixed typo in help message that shows syntax.
This commit is contained in:
parent
d038cf0f63
commit
55a29f00a1
1 changed files with 1 additions and 1 deletions
|
|
@ -2686,7 +2686,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
|||
def _show_prototypes(prototypes):
|
||||
"""Helper to show a list of available prototypes"""
|
||||
prots = ", ".join(sorted(prototypes.keys()))
|
||||
return "\nAvailable prototypes (case sensistive): %s" % (
|
||||
return "\nAvailable prototypes (case sensative): %s" % (
|
||||
"\n" + utils.fill(prots) if prots else "None")
|
||||
|
||||
prototypes = spawn(return_prototypes=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue