[virt-tools-list] [virt-manager PATCH] cli: fix a comment typo

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Jul 31 03:51:09 UTC 2015


s/uncoditionally/unconditionally

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.

 virtinst/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/cli.py b/virtinst/cli.py
index 457368d..22123d8 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -101,7 +101,7 @@ class VirtStreamHandler(logging.StreamHandler):
     def emit(self, record):
         """
         Based on the StreamHandler code from python 2.6: ripping out all
-        the unicode handling and just uncoditionally logging seems to fix
+        the unicode handling and just unconditionally logging seems to fix
         logging backtraces with unicode locales (for me at least).
 
         No doubt this is atrocious, but it WORKSFORME!
-- 
2.1.0




More information about the virt-tools-list mailing list