From 14dae44a465ed713cab1eb1d7a781beafbb9c939 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 15 Aug 2011 20:57:08 +0000 Subject: [PATCH] fixed typo --- src/commands/cmdsethandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: