summaryrefslogtreecommitdiff
path: root/scripts/t
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-08-11 03:32:37 +0200
committerGuillem Jover <guillem@debian.org>2018-08-30 03:14:07 +0200
commita4f0c6f04636ed066eb7e5162403d20a369fceec (patch)
tree8a0a079aa526de2f6a97ba8548b07c2c07997ae2 /scripts/t
parente40e1d1b09b5f475cd979225a562570b0967a73f (diff)
downloaddpkg-a4f0c6f04636ed066eb7e5162403d20a369fceec.tar.gz
Fix some typos
Thanks-to: Niels Thykier <niels@thykier.net> (for typo in dpkg(1))
Diffstat (limited to 'scripts/t')
-rw-r--r--scripts/t/Dpkg_Changelog/shadow8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/t/Dpkg_Changelog/shadow b/scripts/t/Dpkg_Changelog/shadow
index f9b2236f5..5f4bddb85 100644
--- a/scripts/t/Dpkg_Changelog/shadow
+++ b/scripts/t/Dpkg_Changelog/shadow
@@ -896,7 +896,7 @@ shadow (1:4.0.3-12) unstable; urgency=low
shadow (1:4.0.3-11) unstable; urgency=low
* update Japanese debconf translation. closes: #210382
- * update Brazilian Portugese debconf translation. closes: #208122
+ * update Brazilian Portuguese debconf translation. closes: #208122
* run pam cleanup code as root. closes: #195048
-- Karl Ramm <kcr@debian.org> Sat, 13 Sep 2003 17:49:29 -0400
@@ -1108,7 +1108,7 @@ shadow (20000902-7) unstable; urgency=low
* Cancel login timeout after authentication so that patient people
timing out on network directory services can log in with local
accounts. Closes: #107148
- * Add Brazillian Portugese debconf template translation for passwd.
+ * Add Brazillian Portuguese debconf template translation for passwd.
Closes: #105292, #93223
* Pull /usr/share/doc/$package/README.shadow-paper.gz. Closes: #98058
* Use getent instead of group to verify existence of shadow group
@@ -1382,7 +1382,7 @@ shadow (19990827-9) unstable; urgency=low
shadow (19990827-8) unstable; urgency=low
- * src/login.c: fixed loggin of username on successful login (was using
+ * src/login.c: fixed login of username on successful login (was using
the normal username, when it should have used pam_user),
closes: #47819
* src/login.c: check for hushed login and pass PAM_SILENT if true,
@@ -1586,7 +1586,7 @@ shadow (19990827-1) unstable; urgency=low
also call pam_fail_delay() with FAIL_DELAY as the arg before authentication.
* etc/login.defs.pam.linux: new file, reflects options that PAM takesover
* etc/login.defs.pam.hurd: new file, same for Hurd
- * debian/passwd.mk: make sure that login.defs.5 get's installed for Hurd
+ * debian/passwd.mk: make sure that login.defs.5 gets installed for Hurd
* pam.d/: Modified defaults for each service to reflect the old style and also
added commented options on how to enable obsoleted options from login.defs
in the PAM Way(tm).