A couple more typos that are only on develop.

This commit is contained in:
Cory F. Cohen 2022-06-21 21:13:06 -04:00
parent a05ec09f51
commit 7321173d3b
2 changed files with 2 additions and 2 deletions

View file

@ -2832,7 +2832,7 @@ class CmdExamine(ObjManipCommand):
objdata["Stored Cmdset(s)"] = self.format_stored_cmdsets(obj) objdata["Stored Cmdset(s)"] = self.format_stored_cmdsets(obj)
objdata["Merged Cmdset(s)"] = self.format_merged_cmdsets(obj, current_cmdset) objdata["Merged Cmdset(s)"] = self.format_merged_cmdsets(obj, current_cmdset)
objdata[ objdata[
f"Commands vailable to {obj.key} (result of Merged Cmdset(s))" f"Commands available to {obj.key} (result of Merged Cmdset(s))"
] = self.format_current_cmds(obj, current_cmdset) ] = self.format_current_cmds(obj, current_cmdset)
if self.object_type == "script": if self.object_type == "script":
objdata["Description"] = self.format_script_desc(obj) objdata["Description"] = self.format_script_desc(obj)

View file

@ -67,7 +67,7 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
help <topic>/<subtopic>/<subsubtopic> ... help <topic>/<subtopic>/<subsubtopic> ...
Use the 'help' command alone to see an index of all help topics, organized Use the 'help' command alone to see an index of all help topics, organized
by category.eSome big topics may offer additional sub-topics. by category. Some big topics may offer additional sub-topics.
""" """