diff --git a/src/commands/cmdsethandler.py b/src/commands/cmdsethandler.py index 1f3dcf7a0..2395312da 100644 --- a/src/commands/cmdsethandler.py +++ b/src/commands/cmdsethandler.py @@ -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: