summaryrefslogtreecommitdiff
path: root/sbin/pflogd/privsep.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-12-24 10:06:36 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-12-24 10:06:36 +0000
commit153807970c24e7b0931c8074c0f569bf46bf0d17 (patch)
tree4f74151819df9f443088f2f76f27d905f76a2cd5 /sbin/pflogd/privsep.c
parent688da80de7de199a04f9d02645c5aa4d4d39c590 (diff)
spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
as neither arrayified not arrayfied exist -- sanctioned dictionaries like Merriam-Webster ones suggest a few alternatives (e.g., arrayed), however these made up words are easy to understand and we are not certain that current ones are not ok. ok jmc@
Diffstat (limited to 'sbin/pflogd/privsep.c')
-rw-r--r--sbin/pflogd/privsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/privsep.c b/sbin/pflogd/privsep.c
index 1139cb40f96..f45fde82929 100644
--- a/sbin/pflogd/privsep.c
+++ b/sbin/pflogd/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.16 2006/10/25 20:55:04 moritz Exp $ */
+/* $OpenBSD: privsep.c,v 1.17 2009/12/24 10:06:35 sobrado Exp $ */
/*
* Copyright (c) 2003 Can Erkin Acar
@@ -200,7 +200,7 @@ move_log(const char *name)
return (1);
}
- /* lock destinanion */
+ /* lock destination */
fd = open(ren, O_CREAT|O_EXCL, 0);
if (fd >= 0) {
close(fd);