projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f96ee7
)
typo fix
author
Gui Chen
<gui.chen@intel.com>
Tue, 22 Oct 2013 03:46:38 +0000
(23:46 -0400)
committer
Gerrit Code Review
<gerrit2@otctools.jf.intel.com>
Wed, 23 Oct 2013 03:17:54 +0000
(20:17 -0700)
Change-Id: Iaebc1aa3ca03c954e5652383468bf14aa7caa010
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/pluginbase.py
patch
|
blob
|
history
diff --git
a/mic/pluginbase.py
b/mic/pluginbase.py
index
6ac195b
..
ef4dcde
100644
(file)
--- a/
mic/pluginbase.py
+++ b/
mic/pluginbase.py
@@
-72,7
+72,7
@@
class ImagerPlugin(_Plugin):
else:
os.unlink(image)
else:
- raise errors.Abort("Cancled")
+ raise errors.Abort("Canc
e
led")
def do_create(self):
pass