You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/11/04 16:05:19 UTC

svn commit: r1712564 - /comdev/reporter.apache.org/trunk/scandist.py

Author: sebb
Date: Wed Nov  4 15:05:17 2015
New Revision: 1712564

URL: http://svn.apache.org/viewvc?rev=1712564&view=rev
Log:
Typo

Modified:
    comdev/reporter.apache.org/trunk/scandist.py

Modified: comdev/reporter.apache.org/trunk/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist.py?rev=1712564&r1=1712563&r2=1712564&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scandist.py Wed Nov  4 15:05:17 2015
@@ -42,7 +42,7 @@ class daemon:
         def __init__(self, pidfile): self.pidfile = pidfile
         
         def daemonize(self):
-                """Deamonize class. UNIX double fork mechanism."""
+                """Daemonize class. UNIX double fork mechanism."""
 
                 try: 
                         pid = os.fork()