]> git.phdru.name Git - bookmarks_db.git/commitdiff
Fixed comment.
authorOleg Broytman <phd@phdru.name>
Thu, 6 Jan 2011 18:57:52 +0000 (18:57 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 6 Jan 2011 18:57:52 +0000 (18:57 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@321 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rforking.py

index d33c38d5a9d7a6f046aebde0d10cde82bbdbd0ce..a583e6e46657d95bb7cd2bebddc1f91c44b1f831 100644 (file)
@@ -25,7 +25,7 @@ from bkmk_objects import Robot
 
 
 # This is to catch 'close failed: [Errno 9] Bad file descriptor' message
-# from os.close() in Subprocess.die() and errors from from the subprocess.
+# from os.close() in Subprocess.die() and errors from the subprocess.
 sys.stderr = open("err.log", 'a')
 
 check_subp = None