summaryrefslogtreecommitdiff
path: root/lib/libutil/pidfile.3
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-18 15:25:45 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-18 15:25:45 +0000
commit872a3a62ae33498a454fa2f161769ff1731ca64a (patch)
treedc2f33e8169b7143ecbefd635a08c7430d715b69 /lib/libutil/pidfile.3
parent00e36a5c7cd423937b9ab0f510b2be38afdbf778 (diff)
Notes
Diffstat (limited to 'lib/libutil/pidfile.3')
-rw-r--r--lib/libutil/pidfile.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3
index d5e2470752c1..845b11ae8d32 100644
--- a/lib/libutil/pidfile.3
+++ b/lib/libutil/pidfile.3
@@ -151,7 +151,7 @@ if (pfh == NULL) {
/* If we cannot create pidfile from other reasons, only warn. */
warn("Cannot open or create pidfile");
/*
- * Eventhough pfh is NULL we can continue, as the other pidfile_*
+ * Even though pfh is NULL we can continue, as the other pidfile_*
* function can handle such situation by doing nothing except setting
* errno to EDOOFUS.
*/