diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:43 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:43 +0000 |
commit | b07e9f3facc0a0d99012f414027624e517276c76 (patch) | |
tree | bf5c559ed3f9f15f7e669e5c0cafdf4582a66356 /release/picobsd/tinyware/passwd | |
parent | 4b85a12f7142f8086e98f2b9b748d304b76a4b58 (diff) | |
download | src-b07e9f3facc0a0d99012f414027624e517276c76.tar.gz src-b07e9f3facc0a0d99012f414027624e517276c76.zip |
Spelling fixes for release/
Notes
Notes:
svn path=/head/; revision=229779
Diffstat (limited to 'release/picobsd/tinyware/passwd')
-rw-r--r-- | release/picobsd/tinyware/passwd/local_passwd.c | 2 | ||||
-rw-r--r-- | release/picobsd/tinyware/passwd/pw_copy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/passwd/local_passwd.c b/release/picobsd/tinyware/passwd/local_passwd.c index 6bbf24d3c47b..33af88ac38c7 100644 --- a/release/picobsd/tinyware/passwd/local_passwd.c +++ b/release/picobsd/tinyware/passwd/local_passwd.c @@ -172,7 +172,7 @@ getnewpasswd(pw, nis) to64(&salt[5], random(), 4); salt[9] = '\0'; #else - /* Make a good size salt for algoritms that can use it. */ + /* Make a good size salt for algorithms that can use it. */ gettimeofday(&tv,0); #ifdef LOGIN_CAP if (login_setcryptfmt(lc, "md5", NULL) == NULL) diff --git a/release/picobsd/tinyware/passwd/pw_copy.c b/release/picobsd/tinyware/passwd/pw_copy.c index ba3c8865dde7..753e1a67ff81 100644 --- a/release/picobsd/tinyware/passwd/pw_copy.c +++ b/release/picobsd/tinyware/passwd/pw_copy.c @@ -193,7 +193,7 @@ err: pw_error(NULL, 1, 1); * by default, warning for IDs greater than USHRT_MAX. * * If pw_big_ids_warning is anything other than -1 on entry to pw_scan() - * it will be set based on the existance of PW_SCAN_BIG_IDS in the + * it will be set based on the existence of PW_SCAN_BIG_IDS in the * environment. */ int pw_big_ids_warning = -1; |