fixed typo
This commit is contained in:
parent
4462869ab2
commit
14dae44a46
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ class CmdSetHandler(object):
|
|||
def delete_default(self):
|
||||
"This explicitly deletes the default cmdset. It's the only command that can."
|
||||
if self.cmdset_stack:
|
||||
cmdset = self.cmdet_stack[0]
|
||||
cmdset = self.cmdset_stack[0]
|
||||
if cmdset.permanent:
|
||||
storage = self.obj.cmdset_storage
|
||||
if storage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue