* [PATCH] daemonize.py: Non-functional comment/aesthetic fixes.
@ 2014-08-12 9:18 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2014-08-12 9:18 UTC (permalink / raw)
To: BitBake developer list
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/lib/bb/daemonize.py b/lib/bb/daemonize.py
index f0714b3..898820b 100644
--- a/lib/bb/daemonize.py
+++ b/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:
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-12 9:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 9:18 [PATCH] daemonize.py: Non-functional comment/aesthetic fixes Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.