aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.