bitbake: cooker: fix a typo

(Bitbake rev: cf23612f4e8946b9ed4c9f87b451f32b8c471df2)

Signed-off-by: Oliver Lang <quantenkeks@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Oliver Lang
2022-10-18 19:46:11 +02:00
committed by Richard Purdie
parent 5724847549
commit f21dff5b89

View File

@@ -250,7 +250,7 @@ class BBCooker:
def process_inotify_updates(self):
for n in [self.confignotifier, self.notifier]:
if n and n.check_events(timeout=0):
# read notified events and enqeue them
# read notified events and enqueue them
n.read_events()
n.process_events()