diff options
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/event.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 5d0049626d..c0ec605209 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
| @@ -395,7 +395,7 @@ class RecipeEvent(Event): | |||
| 395 | Event.__init__(self) | 395 | Event.__init__(self) |
| 396 | 396 | ||
| 397 | class RecipePreFinalise(RecipeEvent): | 397 | class RecipePreFinalise(RecipeEvent): |
| 398 | """ Recipe Parsing Complete but not yet finialised""" | 398 | """ Recipe Parsing Complete but not yet finalised""" |
| 399 | 399 | ||
| 400 | class RecipeTaskPreProcess(RecipeEvent): | 400 | class RecipeTaskPreProcess(RecipeEvent): |
| 401 | """ | 401 | """ |
