Spelling fixes
This commit is contained in:
@@ -1934,7 +1934,7 @@ establish_user_environment(char **renvp)
|
||||
* /etc/profile. We are doing the "sourcing" prematurely in
|
||||
* init.c. Additionally, a login C shell doesn't source the
|
||||
* file /etc/profile thus not sourcing /etc/TIMEZONE thus not
|
||||
* allowing an adminstrator to globally set TZ for all users
|
||||
* allowing an administrator to globally set TZ for all users
|
||||
*/
|
||||
if (Def_tz != NULL) /* Is there a TZ from defaults/login? */
|
||||
tmp_tz = Def_tz;
|
||||
|
||||
@@ -797,7 +797,7 @@ repository_to_string(int repository)
|
||||
/*
|
||||
* Prints an error message if a ':' or a newline is found in the string.
|
||||
* A message is also printed if the input string is too long.
|
||||
* The password sources use :'s as seperators, and are not allowed in the "gcos"
|
||||
* The password sources use :'s as separators, and are not allowed in the "gcos"
|
||||
* field. Newlines serve as delimiters between users in the password source,
|
||||
* and so, those too, are checked for. (I don't think that it is possible to
|
||||
* type them in, but better safe than sorry)
|
||||
|
||||
Reference in New Issue
Block a user