[Zope3-checkins] SVN: zdaemon/trunk/zdrun.py fix typo
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Aug 5 12:48:46 EDT 2004
Log message for revision 26918:
fix typo
Changed:
U zdaemon/trunk/zdrun.py
-=-
Modified: zdaemon/trunk/zdrun.py
===================================================================
--- zdaemon/trunk/zdrun.py 2004-08-05 16:29:42 UTC (rev 26917)
+++ zdaemon/trunk/zdrun.py 2004-08-05 16:48:46 UTC (rev 26918)
@@ -348,7 +348,7 @@
# parent terminal window to escape from a logtail command.
# To disassociate ourselves from our parent's session group we use
# os.setsid. It means "set session id", which has the effect of
- # disassociating a process from is current session and process group
+ # disassociating a process from its current session and process group
# and setting itself up as a new session leader.
#
# Unfortunately we cannot call setsid if we're already a session group
More information about the Zope3-Checkins
mailing list