From 1de62f37390d553fd78e8a29b9a79166de38033b Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 3 Feb 2009 16:04:47 +0000 Subject: [PATCH] Correct a typo in ReadPidFile's docstring Reviewed-by: iustinp --- lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.py b/lib/utils.py index b7be906cd..2ce3e4337 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -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 """ -- GitLab