From f1dc26ebf4a622cd07b34f9b1bba745bf65b8232 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 12 Aug 2014 05:18:11 -0400 Subject: bitbake: daemonize.py: Non-functional comment/aesthetic fixes. (Bitbake rev: fd293c5fcc89bc7a541d09e88a6aec5e0b2a1db2) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/lib/bb/daemonize.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index f0714b3af6..898820b069 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/bitbake/lib/bb/daemonize.py @@ -1,5 +1,5 @@ """ -Python Deamonizing helper +Python Daemonizing helper Configurable daemon behaviors: @@ -25,7 +25,7 @@ __version__ = "0.2" # Standard Python modules. import os # Miscellaneous OS interfaces. -import sys # System-specific parameters and functions. +import sys # System-specific parameters and functions. # Default daemon parameters. # File mode creation mask of the daemon. @@ -128,7 +128,7 @@ def createDaemon(function, logfile): # of methods to accomplish this task. Three are listed below. # # Try the system configuration variable, SC_OPEN_MAX, to obtain the maximum - # number of open file descriptors to close. If it doesn't exists, use + # number of open file descriptors to close. If it doesn't exist, use # the default value (configurable). # # try: -- cgit v1.2.3-54-g00ecf