]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - login-utils/sulogin.c
misc: Fix various typos
[thirdparty/util-linux.git] / login-utils / sulogin.c
index 1f4e468f8a32e4e31be9ceed47d3ddd0c1a24b3b..38ea161c3573f69c09af81accb4964c487f7bbd6 100644 (file)
@@ -498,7 +498,7 @@ static struct passwd *getrootpwent(int try_manually)
                warnx(_("%s: no entry for root"), _PATH_SHADOW_PASSWD);
                *pwd.pw_passwd = '\0';
        }
-       /* locked accont passwords are valid too */
+       /* locked account passwords are valid too */
        if (!locked_account_password(pwd.pw_passwd) && !valid(pwd.pw_passwd)) {
                warnx(_("%s: root password garbled"), _PATH_SHADOW_PASSWD);
                *pwd.pw_passwd = '\0';
@@ -911,7 +911,7 @@ int main(int argc, char **argv)
        reconnect = detect_consoles(tty, STDIN_FILENO, &consoles);
 
        /*
-        * If previous stdin was not the speified tty and therefore reconnected
+        * If previous stdin was not the specified tty and therefore reconnected
         * to the specified tty also reconnect stdout and stderr.
         */
        if (reconnect) {