Merge branch 'master' into develop

This commit is contained in:
Griatch 2018-01-06 20:14:02 +01:00
commit a12a5d7445
3 changed files with 32 additions and 33 deletions

View file

@ -2722,7 +2722,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 sensitive): %s" % (
"\n" + utils.fill(prots) if prots else "None")
prototypes = spawn(return_prototypes=True)