[Kimchi-devel] [PATCH ] Fix a typo.
Leonardo Garcia
lagarcia at linux.vnet.ibm.com
Tue Mar 25 14:10:06 UTC 2014
From: Leonardo Garcia <lagarcia at br.ibm.com>
Signed-off-by: Leonardo Garcia <lagarcia at br.ibm.com>
---
src/kimchi/model/debugreports.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kimchi/model/debugreports.py b/src/kimchi/model/debugreports.py
index 6ae282a..7254b1b 100644
--- a/src/kimchi/model/debugreports.py
+++ b/src/kimchi/model/debugreports.py
@@ -117,7 +117,7 @@ class DebugReportsModel(object):
except Exception, e:
# No need to call cb to update the task status here.
- # The task object will catch the exception rasied here
+ # The task object will catch the exception raised here
# and update the task status there
log = logging.getLogger('Model')
log.warning('Exception in generating debug file: %s', e)
--
1.8.5.3
More information about the Kimchi-devel
mailing list