bitbake: daemonize: Fix typo "separate"

(Bitbake rev: c93bc3849051c758fd7ca54226933172b0cb0c5d)

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Zygmunt Krynicki
2022-02-19 17:40:08 +01:00
committed by Richard Purdie
parent d40390c74b
commit 2f1555fa7a

View File

@@ -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: