[oe-commits] [bitbake] branch master-next updated: event.py: fix typo

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 09:33:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

The following commit(s) were added to refs/heads/master-next by this push:
     new b2c3f2a  event.py: fix typo
b2c3f2a is described below

commit b2c3f2ad6795605f034a0774eabe53f5eccd50b6
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Aug 9 19:57:50 2018 -0700

    event.py: fix typo
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/event.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/event.py b/lib/bb/event.py
index 5d00496..c0ec605 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -395,7 +395,7 @@ class RecipeEvent(Event):
         Event.__init__(self)
 
 class RecipePreFinalise(RecipeEvent):
-    """ Recipe Parsing Complete but not yet finialised"""
+    """ Recipe Parsing Complete but not yet finalised"""
 
 class RecipeTaskPreProcess(RecipeEvent):
     """

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list