fixed typo

This commit is contained in:
Griatch 2011-08-15 20:57:08 +00:00
parent 4462869ab2
commit 14dae44a46

View file

@ -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: