All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] event.py: fix typo
@ 2018-08-10  2:57 Kai Kang
  0 siblings, 0 replies; only message in thread
From: Kai Kang @ 2018-08-10  2:57 UTC (permalink / raw)
  To: bitbake-devel

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 bitbake/lib/bb/event.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py
index 5d0049626d5..c0ec605209a 100644
--- a/bitbake/lib/bb/event.py
+++ b/bitbake/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):
     """
-- 
2.11.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-10  2:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-10  2:57 [PATCH] event.py: fix typo Kai Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.