diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-10-04 18:11:36 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-10-04 18:11:36 +0000 |
commit | 4eb953daf2243e5819a4bad84c89f7b6dd62c785 (patch) | |
tree | 5bb6e11e889beb1c80edcbb976ce93721ddb14f6 /usr.sbin/pwd_mkdb/pwd_mkdb.c | |
parent | f2cd9e8b7bfb26c5b2bd89d0ef8590f86bddfd7a (diff) |
Typo: chance -> change
ok millert@
Diffstat (limited to 'usr.sbin/pwd_mkdb/pwd_mkdb.c')
-rw-r--r-- | usr.sbin/pwd_mkdb/pwd_mkdb.c | 6 |
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. |