aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/daemonize.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-01-09 01:50:47 +0000
committerRob Austein <sra@hactrn.net>2014-01-09 01:50:47 +0000
commit98ecedb99f88cf0a8e3a290b103322b156b88716 (patch)
tree0bc0c3ffcdcbf0819c6031e0587533f84794414a /rpkid/rpki/daemonize.py
parentd8b2a27bc5a052743d14b8e8efe67b989a95e4df (diff)
Comment typo.
svn path=/trunk/; revision=5622
Diffstat (limited to 'rpkid/rpki/daemonize.py')
-rw-r--r--rpkid/rpki/daemonize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/daemonize.py b/rpkid/rpki/daemonize.py
index a3969967..416c18e7 100644
--- a/rpkid/rpki/daemonize.py
+++ b/rpkid/rpki/daemonize.py
@@ -1,7 +1,7 @@
"""
Make a normal program into a "daemon", like the 4.4BSD daemon(3) call.
-This quite follow either the 4.4BSD call or the Python 3.x library,
+This doesn't quite follow either the 4.4BSD call or the Python 3.x library,
because it was written to fit into an existing package and I didn't
want to drag in yet another external library just for this.