]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
su: fixed a typo in pam error message
authorVitezslav Cizek <vcizek@suse.cz>
Mon, 1 Oct 2012 12:48:16 +0000 (14:48 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Oct 2012 08:25:13 +0000 (10:25 +0200)
Signed-off-by: Vitezslav Cizek <vcizek@suse.cz>
login-utils/su-common.c

index 263db700ad8df1740b101144d1438e660e19810c..ecf1768f38f488448a497980fd90f4f563f336ba 100644 (file)
@@ -223,7 +223,7 @@ create_watching_parent (void)
   if (is_pam_failure(retval))
     {
       cleanup_pam (retval);
-      errx (EXIT_FAILURE, _("cannot not open session: %s"),
+      errx (EXIT_FAILURE, _("cannot open session: %s"),
             pam_strerror (pamh, retval));
     }
   else