summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-10-05 21:10:14 +0000
committerderaadt <deraadt@openbsd.org>2008-10-05 21:10:14 +0000
commit1e12106a4708b779e52516878d298cdcb3d3cf27 (patch)
tree379451b687dfe5936d48a792d56b2577ea313717 /usr.sbin/authpf
parenttweak previous; (diff)
downloadwireguard-openbsd-1e12106a4708b779e52516878d298cdcb3d3cf27.tar.xz
wireguard-openbsd-1e12106a4708b779e52516878d298cdcb3d3cf27.zip
grammar; PR 5394
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/authpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 1416b0db917..d612bc32873 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.107 2008/02/14 01:49:17 mcbride Exp $ */
+/* $OpenBSD: authpf.c,v 1.108 2008/10/05 21:10:14 deraadt Exp $ */
/*
* Copyright (C) 1998 - 2007 Bob Beck (beck@openbsd.org).
@@ -93,7 +93,7 @@ main(int argc, char *argv[])
config = fopen(PATH_CONFFILE, "r");
if (config == NULL) {
- syslog(LOG_ERR, "can not open %s (%m)", PATH_CONFFILE);
+ syslog(LOG_ERR, "cannot open %s (%m)", PATH_CONFFILE);
exit(1);
}