summaryrefslogtreecommitdiff
path: root/poky/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/bitbake/lib/bb/cooker.py')
-rw-r--r--poky/bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/bitbake/lib/bb/cooker.py b/poky/bitbake/lib/bb/cooker.py
index 32a529f0f9..1da2f03197 100644
--- a/poky/bitbake/lib/bb/cooker.py
+++ b/poky/bitbake/lib/bb/cooker.py
@@ -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()