From 2f1555fa7a897a3345b79b3058c6523992ef232f Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Sat, 19 Feb 2022 17:40:08 +0100 Subject: bitbake: daemonize: Fix typo "separate" (Bitbake rev: c93bc3849051c758fd7ca54226933172b0cb0c5d) Signed-off-by: Zygmunt Krynicki Signed-off-by: Richard Purdie --- bitbake/lib/bb/daemonize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index 40fabd0c0a..4957bfd4b8 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/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: -- cgit v1.2.3-54-g00ecf