summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2009-10-04 18:11:35 +0000
committerajacoutot <ajacoutot@openbsd.org>2009-10-04 18:11:35 +0000
commit1b659610a3d822957307dd99d16d91b38e0c38ad (patch)
treebc64b4d86d65e028b232f4d96bb35edaeddaeada /usr.sbin/pwd_mkdb
parentpull in wbsd conditionally; ok kettenis (diff)
downloadwireguard-openbsd-1b659610a3d822957307dd99d16d91b38e0c38ad.tar.xz
wireguard-openbsd-1b659610a3d822957307dd99d16d91b38e0c38ad.zip
Typo: chance -> change
ok millert@
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.c b/usr.sbin/pwd_mkdb/pwd_mkdb.c
index 17493cf48ef..3393b06fba0 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.c
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwd_mkdb.c,v 1.40 2008/06/25 14:51:27 millert Exp $ */
+/* $OpenBSD: pwd_mkdb.c,v 1.41 2009/10/04 18:11:35 ajacoutot Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -41,7 +41,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "from: @(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94";
#else
-static const char rcsid[] = "$OpenBSD: pwd_mkdb.c,v 1.40 2008/06/25 14:51:27 millert Exp $";
+static const char rcsid[] = "$OpenBSD: pwd_mkdb.c,v 1.41 2009/10/04 18:11:35 ajacoutot Exp $";
#endif
#endif /* not lint */
@@ -257,7 +257,7 @@ main(int argc, char **argv)
/*
* Open file for old password file. Minor trickiness -- don't want to
- * chance the file already existing, since someone (stupidly) might
+ * change the file already existing, since someone (stupidly) might
* still be using this for permission checking. So, open it first and
* fdopen the resulting fd. The resulting file should be readable by
* everyone.