From d49483eb733ee27325349246fa37a84140c0941d Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 9 Aug 2018 19:57:50 -0700 Subject: event.py: fix typo Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- lib/bb/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bb/event.py') diff --git a/lib/bb/event.py b/lib/bb/event.py index 5d0049626..c0ec60520 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): """ -- cgit 1.2.3-korg