diff options
author | 2009-07-27 17:37:17 +0000 | |
---|---|---|
committer | 2009-07-27 17:37:17 +0000 | |
commit | b02c867a38512b86eeb27d6168ba5fd5a844cbd4 (patch) | |
tree | cecb7627eb78cc5d3b7ee9a14b2df9191f2499e7 | |
parent | Split comment from lint keyword. OK dms@ (diff) | |
download | wireguard-openbsd-b02c867a38512b86eeb27d6168ba5fd5a844cbd4.tar.xz wireguard-openbsd-b02c867a38512b86eeb27d6168ba5fd5a844cbd4.zip |
seperation -> separation; from Amarendra Godbole
-rw-r--r-- | usr.sbin/bind/lib/isc/unix/privsep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/privsep.c b/usr.sbin/bind/lib/isc/unix/privsep.c index 1d3cc1e63cd..ce57d754f1a 100644 --- a/usr.sbin/bind/lib/isc/unix/privsep.c +++ b/usr.sbin/bind/lib/isc/unix/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.7 2008/08/01 00:32:56 beck Exp $ */ +/* $OpenBSD: privsep.c,v 1.8 2009/07/27 17:37:17 jmc Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -69,7 +69,7 @@ isc_priv_init(int lstderr) { int i, socks[2], cmd; - logmsg(LOG_NOTICE, "Starting privilege seperation"); + logmsg(LOG_NOTICE, "Starting privilege separation"); log_stderr = lstderr; |