summaryrefslogtreecommitdiff
path: root/poky/bitbake/lib/bb/daemonize.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/bitbake/lib/bb/daemonize.py')
-rw-r--r--poky/bitbake/lib/bb/daemonize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/bitbake/lib/bb/daemonize.py b/poky/bitbake/lib/bb/daemonize.py
index 40fabd0c0a..4957bfd4b8 100644
--- a/poky/bitbake/lib/bb/daemonize.py
+++ b/poky/bitbake/lib/bb/daemonize.py
@@ -82,7 +82,7 @@ def createDaemon(function, logfile):
sys.stdout = so
# Have stdout and stderr be the same so log output matches chronologically
- # and there aren't two seperate buffers
+ # and there aren't two separate buffers
sys.stderr = sys.stdout
try: