From 801dc30dc9a4cfdeebb4cf5fa12e062d9df7e5d6 Mon Sep 17 00:00:00 2001 From: bubulle Date: Sat, 2 Oct 2010 11:30:52 +0000 Subject: [PATCH] Fix typo in /etc/pam.d/login comments. Thanks to Ferenc Wagner. Closes: #598717 --- debian/changelog | 7 +++++++ debian/login.pam | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 88d36d89..bbbd9c6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shadow (1:4.1.4.2+svn3283-3) UNRELEASED; urgency=low + + * Fix typo in /etc/pam.d/login comments. Thanks to Ferenc Wagner. + Closes: #598717 + + -- Christian Perrier Sat, 02 Oct 2010 13:30:08 +0200 + shadow (1:4.1.4.2+svn3283-2) unstable; urgency=low * The "Bleu du Vercors-Sassenage" release. diff --git a/debian/login.pam b/debian/login.pam index 6ac4fd77..f1e43b21 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -17,7 +17,7 @@ auth optional pam_faildelay.so delay=3000000 # # With the default control of this module: # [success=ok new_authtok_reqd=ok ignore=ignore user_unknown=bad default=die] -# root will not be prompted for a pasword on insecure lines. +# root will not be prompted for a password on insecure lines. # if an invalid username is entered, a password is prompted (but login # will eventually be rejected) #