summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 32a529f0f..1da2f0319 100644
--- a/lib/bb/cooker.py
+++ b/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()