]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
utils: fix typo in error message
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 17 Dec 2010 20:18:00 +0000 (21:18 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 17 Dec 2010 20:18:00 +0000 (21:18 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
lib/bb/utils.py

index 986f94f3f3bc00bcaef9f53765e41d5ea95545e4..92ec433334ab9d7233b1ae8d97de86ecdb3b7374 100644 (file)
@@ -355,7 +355,7 @@ def better_exec(code, context, text, realfile = "<code>"):
 
         tbextract = traceback.extract_tb(tb)
         tbformat = "\n".join(traceback.format_list(tbextract))
-        logger.error("The stack trace of python calls that resulted in thie exception/failure was:")
+        logger.error("The stack trace of python calls that resulted in this exception/failure was:")
         for line in tbformat.split('\n'):
             logger.error(line)