summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-02-26 11:04:16 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-02-26 11:04:16 +0000
commit38de66c2d0a8699e7cf562c079b8e2eeb48fe826 (patch)
tree6eece6f8ffb7474935cf0295a3c8b3056133b8d6 /usr.sbin
parente53ba771e8d9d1380be1a08206b85c9cf27b4618 (diff)
cure my speling
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/syslogd/privsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/privsep.c b/usr.sbin/syslogd/privsep.c
index aa06ed96a51..5b960007bcc 100644
--- a/usr.sbin/syslogd/privsep.c
+++ b/usr.sbin/syslogd/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.13 2004/01/04 08:28:49 djm Exp $ */
+/* $OpenBSD: privsep.c,v 1.14 2004/02/26 11:04:15 avsm Exp $ */
/*
* Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
@@ -49,7 +49,7 @@
*
* This allows a HUP signal to the child to reopen its log files, and
* the config file to be parsed if it hasn't been changed (this is still
- * useful to force resoluton of remote syslog servers again).
+ * useful to force resolution of remote syslog servers again).
* If the config file has been modified, then the child dies, and
* the priv parent restarts itself.
*/