[oe-commits] [bitbake] 07/10: event.py: fix typo

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 09:49:23 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.

commit 5d4e2df20a96990f0be1845120d1da237a5a7592
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