Correct a typo in ReadPidFile's docstring
authorGuido Trotter <ultrotter@google.com>
Tue, 3 Feb 2009 16:04:47 +0000 (16:04 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 3 Feb 2009 16:04:47 +0000 (16:04 +0000)
Reviewed-by: iustinp

lib/utils.py

index b7be906..2ce3e43 100644 (file)
@@ -416,7 +416,7 @@ def ReadPidFile(pidfile):
   @type  pidfile: string
   @param pidfile: path to the file containing the pid
   @rtype: int
-  @return: The process id, if the file exista and contains a valid PID,
+  @return: The process id, if the file exists and contains a valid PID,
            otherwise 0
 
   """