From 1b659610a3d822957307dd99d16d91b38e0c38ad Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 4 Oct 2009 18:11:35 +0000 Subject: Typo: chance -> change ok millert@ --- usr.sbin/pwd_mkdb/pwd_mkdb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/pwd_mkdb') 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. -- cgit v1.2.3-59-g8ed1b