Forráskód Böngészése

Fix spelling errors

Found by codespell.
Guillem Jover 15 éve
szülő
commit
dbe742b7db

+ 33 - 33
ChangeLog.old

@@ -297,7 +297,7 @@
 
 
 2009-02-06  Raphaël Hertzog  <hertzog@debian.org>
 2009-02-06  Raphaël Hertzog  <hertzog@debian.org>
 
 
-	* scripts/update-alternatives.pl: Ensure that a non-existant
+	* scripts/update-alternatives.pl: Ensure that a non-existent
 	alternative result in automatic mode configuration.
 	alternative result in automatic mode configuration.
 
 
 2009-02-06  Raphaël Hertzog  <hertzog@debian.org>
 2009-02-06  Raphaël Hertzog  <hertzog@debian.org>
@@ -4901,7 +4901,7 @@
 
 
 2007-10-12  Frank Lichtenheld  <djpig@debian.org>
 2007-10-12  Frank Lichtenheld  <djpig@debian.org>
 
 
-	* man/dpkg.1 (AUTHORS): Remove some unneccessary markup.
+	* man/dpkg.1 (AUTHORS): Remove some unnecessary markup.
 	Allows reuse of one more msgid.
 	Allows reuse of one more msgid.
 
 
 	* man/Makefile.am (update-po): New target to easily
 	* man/Makefile.am (update-po): New target to easily
@@ -5070,7 +5070,7 @@
 
 
 	* scripts/dpkg-source.pl (handleformat): Include
 	* scripts/dpkg-source.pl (handleformat): Include
 	a trailing HT character in the diff labels if
 	a trailing HT character in the diff labels if
-	the filename contains spaces. Apparantly this is
+	the filename contains spaces. Apparently this is
 	standard but undocumented diff behaviour.
 	standard but undocumented diff behaviour.
 
 
 2007-09-30  Frank Lichtenheld  <djpig@debian.org>
 2007-09-30  Frank Lichtenheld  <djpig@debian.org>
@@ -5386,7 +5386,7 @@
 	maintainer_script_installed depending on the conflictor variable.
 	maintainer_script_installed depending on the conflictor variable.
 	* src/packages.c (dependencies_ok): Remove comment stating that
 	* src/packages.c (dependencies_ok): Remove comment stating that
 	Breaks needs to be implemented.
 	Breaks needs to be implemented.
-	* src/depcon.c (depisok): Likewise. Remove return at the beggining
+	* src/depcon.c (depisok): Likewise. Remove return at the beginning
 	of the function checking for a Breaks dependency, that was
 	of the function checking for a Breaks dependency, that was
 	efectively making it a no-op in that case.
 	efectively making it a no-op in that case.
 	* src/processarc.c (process_archive): Fix indentation. Split calls
 	* src/processarc.c (process_archive): Fix indentation. Split calls
@@ -6575,7 +6575,7 @@
 	* scripts/controllib.pl (usageerr): Do not mark "%s: %s" for
 	* scripts/controllib.pl (usageerr): Do not mark "%s: %s" for
 	translation.
 	translation.
 	* scripts/changelog/debian.pl: Remove "or argument" from the
 	* scripts/changelog/debian.pl: Remove "or argument" from the
-	"unkown option" string to merge it with other similar ones.
+	"unknown option" string to merge it with other similar ones.
 	* scripts/dpkg-distaddfile.pl: Quote '%s' in the "unknown option"
 	* scripts/dpkg-distaddfile.pl: Quote '%s' in the "unknown option"
 	string.
 	string.
 	* scripts/dpkg-source.pl: Likewise.
 	* scripts/dpkg-source.pl: Likewise.
@@ -7077,7 +7077,7 @@
 
 
 2006-04-19  Nicolas Francois  <nicolas.francois@centraliens.net>
 2006-04-19  Nicolas Francois  <nicolas.francois@centraliens.net>
 
 
-	* man/C/install-info.8: Add a missing quote arround the date.
+	* man/C/install-info.8: Add a missing quote around the date.
 	* man/C/dpkg-source.1: Add a reference to the Debian Policy Manual
 	* man/C/dpkg-source.1: Add a reference to the Debian Policy Manual
 	for a detailed description of the shlibs format.
 	for a detailed description of the shlibs format.
 	Thanks to Russ Allbery.
 	Thanks to Russ Allbery.
@@ -7386,7 +7386,7 @@
 	and deleted configuration files. Gives and more
 	and deleted configuration files. Gives and more
 	accurate description to the user and eliminates
 	accurate description to the user and eliminates
 	a warning that was produced when trying to
 	a warning that was produced when trying to
-	backup a non-existant file.
+	backup a non-existent file.
 
 
 	* lib/dpkg-db.h (conffile): Add `obsolete' field.
 	* lib/dpkg-db.h (conffile): Add `obsolete' field.
 	* lib/dump.c (w_conffiles): Write "obsolete" at the
 	* lib/dump.c (w_conffiles): Write "obsolete" at the
@@ -7544,7 +7544,7 @@
 	multiple versions of packages in a single Packages file;
 	multiple versions of packages in a single Packages file;
 	use Getopt::Long instead of attempting to parse the command line
 	use Getopt::Long instead of attempting to parse the command line
 	ourselves and doing it badly;
 	ourselves and doing it badly;
-	get rid of unecessary hashes and arrays that aren't used at all;
+	get rid of unnecessary hashes and arrays that aren't used at all;
 	output help when given the --help/-h/-? options
 	output help when given the --help/-h/-? options
 
 
 2006-01-29  maximilian attems  <debian@sternwelten.at>
 2006-01-29  maximilian attems  <debian@sternwelten.at>
@@ -7643,7 +7643,7 @@
 	of the version in filenames, use (?=[.-]) and (?=\.) instead.
 	of the version in filenames, use (?=[.-]) and (?=\.) instead.
 	\b doesn't work in case the version ends with ~.
 	\b doesn't work in case the version ends with ~.
 
 
-	* AUTHORS: Updated for new maintainance team
+	* AUTHORS: Updated for new maintenance team
 	* debian/copyright: Add myself as copyright holder since
 	* debian/copyright: Add myself as copyright holder since
 	I also added a note to that effect with my dpkg-shlibdeps
 	I also added a note to that effect with my dpkg-shlibdeps
 	patch.
 	patch.
@@ -7760,7 +7760,7 @@
 
 
 	* scripts/dpkg-source.pl: If gpg is installed, check
 	* scripts/dpkg-source.pl: If gpg is installed, check
 	the signature of the .dsc file before unpacking.
 	the signature of the .dsc file before unpacking.
-	Allow the unpacking to suceed if the .dsc is unsigned
+	Allow the unpacking to succeed if the .dsc is unsigned
 	but error out if the signature is bad. If gpg exits
 	but error out if the signature is bad. If gpg exits
 	with a code >2 (e.g. missing key), show the user the gpg
 	with a code >2 (e.g. missing key), show the user the gpg
 	output but continue.
 	output but continue.
@@ -8270,14 +8270,14 @@
 	name pattern.  Document format of file --set-selections takes.
 	name pattern.  Document format of file --set-selections takes.
 
 
 	* man/C/dpkg-source.1: Remove unnecessary references to policy
 	* man/C/dpkg-source.1: Remove unnecessary references to policy
-	and non-existant packaging manual.  Refer to dpkg-shlibdeps(1)
+	and non-existent packaging manual.  Refer to dpkg-shlibdeps(1)
 	for shlibs file format.  Will need to document changelog format
 	for shlibs file format.  Will need to document changelog format
 	at some point.
 	at some point.
 	* man/C/dselect.1: Remove unnecessary reference to policy, refer
 	* man/C/dselect.1: Remove unnecessary reference to policy, refer
 	other reference to the package by name.
 	other reference to the package by name.
-	* man/C/deb-old.5: Remove reference to non-existant packaging
+	* man/C/deb-old.5: Remove reference to non-existent packaging
 	manual.
 	manual.
-	* man/C/deb.5: Remove reference to non-existant packaging
+	* man/C/deb.5: Remove reference to non-existent packaging
 	manual, will have to document control contents better here later.
 	manual, will have to document control contents better here later.
 
 
 	* man/C/dpkg.1: Fix typo (fileis -> file is).
 	* man/C/dpkg.1: Fix typo (fileis -> file is).
@@ -8388,7 +8388,7 @@
 	* debian/dpkg.install: Remove md5sum-related files.
 	* debian/dpkg.install: Remove md5sum-related files.
 	* debian/copyright: Remove mentions of utils/md5sum.c.
 	* debian/copyright: Remove mentions of utils/md5sum.c.
 	* debian/pseudo-tags: Remove md5sum tag; no point filing bugs on
 	* debian/pseudo-tags: Remove md5sum tag; no point filing bugs on
-	a non-existant program.
+	a non-existent program.
 
 
 	* ostable (netbsd): Restore missing "*" on the end of the regex.
 	* ostable (netbsd): Restore missing "*" on the end of the regex.
 
 
@@ -8537,7 +8537,7 @@
 	(rewrite_gnu): Rewrite along the lines of the code in m4/arch.m4 so
 	(rewrite_gnu): Rewrite along the lines of the code in m4/arch.m4 so
 	they should actually be vaguely consistent now.
 	they should actually be vaguely consistent now.
 
 
-	* scripts/Makefile.am (do_perl_subst): Replace occurances of
+	* scripts/Makefile.am (do_perl_subst): Replace occurrences of
 	$pkgdatadir in scripts with the right value.
 	$pkgdatadir in scripts with the right value.
 
 
 2005-01-22  Robert Millan  <rmh@debian.org>
 2005-01-22  Robert Millan  <rmh@debian.org>
@@ -9809,7 +9809,7 @@ Tue Apr 27 19:47:37 BST 2004 Scott James Remnant <scott@netsplit.com>
 
 
 Tue Apr 27 19:23:01 BST 2004 Scott James Remnant <scott@netsplit.com>
 Tue Apr 27 19:23:01 BST 2004 Scott James Remnant <scott@netsplit.com>
 
 
-  * main/dpkg.8: Correct reference to non-existant --force-reinstreq
+  * main/dpkg.8: Correct reference to non-existent --force-reinstreq
   option to --force-remove-reinstreq.
   option to --force-remove-reinstreq.
 
 
 Tue Apr 27 19:01:28 BST 2004 Ruben Porras <nahoo82@telefonica.net>
 Tue Apr 27 19:01:28 BST 2004 Ruben Porras <nahoo82@telefonica.net>
@@ -10202,7 +10202,7 @@ Fri Sep 19 12:26:54 CDT 2003 Adam Heath <doogie@debian.org>
       Some fields may have vars in them, which breaks the validation.
       Some fields may have vars in them, which breaks the validation.
     * dpkg-gencontrol calls substvars after parsing the control file, and
     * dpkg-gencontrol calls substvars after parsing the control file, and
       then validates the substituted depends lines.  Originally,
       then validates the substituted depends lines.  Originally,
-      substitution occured only during writing of the final output file.
+      substitution occurred only during writing of the final output file.
     * Andreas Barth <aba@not.so.argh.org>:
     * Andreas Barth <aba@not.so.argh.org>:
       Fix bad regex that didn't allow spaces in dependency field parsing.
       Fix bad regex that didn't allow spaces in dependency field parsing.
       It now directly matches what the c code expects.  It previously was
       It now directly matches what the c code expects.  It previously was
@@ -11279,8 +11279,8 @@ Wed Jan  2 16:08:02 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
 
 Wed Jan  2 15:00:26 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 Wed Jan  2 15:00:26 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
 
-  * scripts/dpkg-checkbuilddeps.pl: use space seperated output instead
-    of comma seperated
+  * scripts/dpkg-checkbuilddeps.pl: use space separated output instead
+    of comma separated
 
 
 Tue Jan  1 14:10:55 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 Tue Jan  1 14:10:55 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
 
@@ -12415,7 +12415,7 @@ Fri Apr 20 22:59:39 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
 
 Fri Apr 20 14:59:14 CDT 2001 Adam Heath <doogie@debian.org>
 Fri Apr 20 14:59:14 CDT 2001 Adam Heath <doogie@debian.org>
 
 
-  * main/main.c: Accidentally commited a debug fprintf stmt in the last ci.
+  * main/main.c: Accidentally committed a debug fprintf stmt in the last ci.
 
 
 Fri Apr 20 13:42:12 CDT 2001 Adam Heath <doogie@debian.org>
 Fri Apr 20 13:42:12 CDT 2001 Adam Heath <doogie@debian.org>
 
 
@@ -12424,7 +12424,7 @@ Fri Apr 20 13:42:12 CDT 2001 Adam Heath <doogie@debian.org>
 Fri Apr 20 13:02:23 CDT 2001 Adam Heath <doogie@debian.org>
 Fri Apr 20 13:02:23 CDT 2001 Adam Heath <doogie@debian.org>
 
 
   * po/fr.po: Fix typo.
   * po/fr.po: Fix typo.
-  * debian/changelog: Close additional bugs, from other already commited
+  * debian/changelog: Close additional bugs, from other already committed
     patches.
     patches.
 
 
 Thu Apr 19 15:18:05 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 Thu Apr 19 15:18:05 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
@@ -12438,7 +12438,7 @@ Thu Apr 19 13:36:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
 
 Thu Apr 19 00:14:39 CDT 2001 Adam Heath <doogie@debian.org>
 Thu Apr 19 00:14:39 CDT 2001 Adam Heath <doogie@debian.org>
 
 
-  * main/enquiry.c: Errors during dpkg -s(and other similiar commands) are
+  * main/enquiry.c: Errors during dpkg -s(and other similar commands) are
     now printed on stderr.
     now printed on stderr.
 
 
 Thu Apr 19 00:03:16 CDT 2001 Adam Heath <doogie@debian.org>
 Thu Apr 19 00:03:16 CDT 2001 Adam Heath <doogie@debian.org>
@@ -12650,7 +12650,7 @@ Sat Feb  3 18:12:18 CET 2001 Wichert Akkerman <wakkerma@debian.org>
 Fri Feb  2 14:27:47 CET 2001 Wichert Akkerman <wakkerma@debian.org>
 Fri Feb  2 14:27:47 CET 2001 Wichert Akkerman <wakkerma@debian.org>
 
 
   * scripts/dpkg-statoverride.pl: use -e instead of -f to test
   * scripts/dpkg-statoverride.pl: use -e instead of -f to test
-    for filesystem object existance
+    for filesystem object existence
   * scripts/dpkg-source.pl: swap chdir and open in extracttar to
   * scripts/dpkg-source.pl: swap chdir and open in extracttar to
     prevent race with source-directory being removed while the
     prevent race with source-directory being removed while the
     sh/grep process is still running. Patch from Colin Watson
     sh/grep process is still running. Patch from Colin Watson
@@ -13156,7 +13156,7 @@ Mon Dec  4 14:42:01 CET 2000 Wichert Akkerman <wakkerma@debian.org>
       warning if there is a NEEDED line in the objdump output that we cannot
       warning if there is a NEEDED line in the objdump output that we cannot
       grok.
       grok.
     + scripts/update-rc.d.pl: fix typo in regexp for scripts
     + scripts/update-rc.d.pl: fix typo in regexp for scripts
-    + debian/rules: remove final occurance of emacs
+    + debian/rules: remove final occurrence of emacs
 
 
 Mon Dec  4 01:34:57 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 Mon Dec  4 01:34:57 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
 
@@ -13699,7 +13699,7 @@ Tue Feb 15 19:57:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 Sun Feb 13 01:06:46 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 Sun Feb 13 01:06:46 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
 
   * scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
   * scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
-    installed since we provide it, so don't test for its existance
+    installed since we provide it, so don't test for its existence
   * More updates from Marcus Brinkman:
   * More updates from Marcus Brinkman:
     + archtable: Change first column format from CPU to CPU-OS.
     + archtable: Change first column format from CPU to CPU-OS.
       Add entry for i386-gnu. Update comment.
       Add entry for i386-gnu. Update comment.
@@ -14103,7 +14103,7 @@ Sat Oct 30 03:31:30 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
   * Make it all build again
   * Make it all build again
   * retro-actively add this ChangeLog entry
   * retro-actively add this ChangeLog entry
   * Removed bogus po/dpkg.po file
   * Removed bogus po/dpkg.po file
-  * No longer translater internal errors.. we want to see the English text
+  * No longer translate internal errors.. we want to see the English text
     in bugreports
     in bugreports
 
 
 Fri Oct 29 20:16:43 EDT 1999 Ben Collins <bcollins@debian.org>
 Fri Oct 29 20:16:43 EDT 1999 Ben Collins <bcollins@debian.org>
@@ -14158,7 +14158,7 @@ Mon Oct 25 11:55:35 EDT 1999 Ben Collins <bcollins.debian.org>
     error reporting. Also corrected checks on shlibs.local, which wasn't
     error reporting. Also corrected checks on shlibs.local, which wasn't
     really being parsed, it now works as advertised.
     really being parsed, it now works as advertised.
   * scripts/{dpkg-gencontrol,dpkg-source,controllib.pl}: fixed references
   * scripts/{dpkg-gencontrol,dpkg-source,controllib.pl}: fixed references
-    to old style build dep fields to match current policy ammendment
+    to old style build dep fields to match current policy amendment
 
 
 Mon Oct 25 17:12:34 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 Mon Oct 25 17:12:34 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 
 
@@ -14235,7 +14235,7 @@ Thu Oct 21 12:57:31 EDT 1999 Ben Collins <bcollins.debian.org>
     it was already broken when there was no gcc anyway :)
     it was already broken when there was no gcc anyway :)
   * Fixed missing mipseb that was supposed to be in the archtable
   * Fixed missing mipseb that was supposed to be in the archtable
   * Better output in update-alternatives --config, now shows the
   * Better output in update-alternatives --config, now shows the
-    current, and the prefered choices.
+    current, and the preferred choices.
   * dpkg-name: ignore epoch when getting version
   * dpkg-name: ignore epoch when getting version
   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
   * dpkg-shlibdeps: redirect STDERR to /dev/null for the dpkg fork so we
   * dpkg-shlibdeps: redirect STDERR to /dev/null for the dpkg fork so we
@@ -14338,7 +14338,7 @@ Mon Oct 18 09:25:30 EDT 1999 Ben Collins <bcollins.debian.org>
     to libtool itself after running configure, much cleaner, and
     to libtool itself after running configure, much cleaner, and
     reversible since libtool is a generated file
     reversible since libtool is a generated file
   * Use DESTDIR when installing instead of specifying all our
   * Use DESTDIR when installing instead of specifying all our
-    dest dirs seperately in the make line. Also fix some of the
+    dest dirs separately in the make line. Also fix some of the
     make files to use DESTDIR when installing files
     make files to use DESTDIR when installing files
   * Regenerated .po files and dpkg.pot. Also added update.sh to the po/
   * Regenerated .po files and dpkg.pot. Also added update.sh to the po/
     subdir for easier regenerating for cvs only
     subdir for easier regenerating for cvs only
@@ -14805,7 +14805,7 @@ dpkg (1.4.0.24) unstable; urgency=low
     against libraries it depends on).  Code by Richard Braakman
     against libraries it depends on).  Code by Richard Braakman
     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
   * debian/rules: remove all reference to the packaging manual as it is
   * debian/rules: remove all reference to the packaging manual as it is
-    now provided by the seperate "packaging-manual" package. [#21581,
+    now provided by the separate "packaging-manual" package. [#21581,
     #21186, #22698, #23342]
     #21186, #22698, #23342]
   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
     of a real manpage has been reported in #11093.
     of a real manpage has been reported in #11093.
@@ -14946,7 +14946,7 @@ dpkg (1.4.0.15) experimental; urgency=low
   * Provide 50dpkg-dev.el for xemacs as well as emacs.
   * Provide 50dpkg-dev.el for xemacs as well as emacs.
   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
     .el file as workaround until xemacs can read emacs19 .elc files.
     .el file as workaround until xemacs can read emacs19 .elc files.
-  * Pass top_distdir explicitly to 'make dist' to accomodate bug in
+  * Pass top_distdir explicitly to 'make dist' to accommodate bug in
     automake_1.1o-1.
     automake_1.1o-1.
   * Fix debian/build to make html documentation without including
   * Fix debian/build to make html documentation without including
     directories in tar archives (fixes #9348).
     directories in tar archives (fixes #9348).
@@ -15127,7 +15127,7 @@ dpkg (1.4.0.3) unstable; urgency=medium
 dpkg (1.4.0.2) unstable; urgency=medium
 dpkg (1.4.0.2) unstable; urgency=medium
 
 
   * dpkg-buildpackage.sh: reverted the quoting change -- (you
   * dpkg-buildpackage.sh: reverted the quoting change -- (you
-    should use super, sudo, realy, but not su.  Or write a wrapper
+    should use super, sudo, really, but not su.  Or write a wrapper
     around su)
     around su)
   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
     more the way Ian likes ;-)
     more the way Ian likes ;-)
@@ -16068,7 +16068,7 @@ dpkg (0.93.73) BETA; priority=LOW
   * `hold' flag changed to be settable by the user only, and
   * `hold' flag changed to be settable by the user only, and
     made orthogonal to the `reinstallation required' flag.
     made orthogonal to the `reinstallation required' flag.
   * dpkg will install by default any packages with priority of
   * dpkg will install by default any packages with priority of
-    `standard' or better unless they're explictly deselected.
+    `standard' or better unless they're explicitly deselected.
 
 
   * dselect dependency/conflict resolution will suggest marking absent
   * dselect dependency/conflict resolution will suggest marking absent
     packages for `purge' rather than `deinstall'.
     packages for `purge' rather than `deinstall'.

+ 1 - 1
TODO

@@ -165,7 +165,7 @@ other stuff unlikely to get done soon
  * understand Replaces in dselect
  * understand Replaces in dselect
  * diversions list as control archive entry
  * diversions list as control archive entry
  * single maintainer script, and new package getting there first
  * single maintainer script, and new package getting there first
- * local conffiles, aswell as local files that dpkg should check before
+ * local conffiles, as well as local files that dpkg should check before
    overwriting
    overwriting
  * hooks
  * hooks
  * dselect per-half focus and keybindings improvements.
  * dselect per-half focus and keybindings improvements.

+ 16 - 16
debian/changelog

@@ -284,7 +284,7 @@ dpkg (1.16.0) unstable; urgency=low
     works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
     works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
   * Add armhf support to ostable and triplettable. Closes: #594179
   * Add armhf support to ostable and triplettable. Closes: #594179
   * Set the modification time for unpacked symlinks on supported systems.
   * Set the modification time for unpacked symlinks on supported systems.
-  * Fix undefined value useage in dpkg-genchanges when adding files w/o a
+  * Fix undefined value usage in dpkg-genchanges when adding files w/o a
     matching architecture, because they are not present in debian/control,
     matching architecture, because they are not present in debian/control,
     this is most commonly the case due to dpkg-distaddfile.
     this is most commonly the case due to dpkg-distaddfile.
   * Terminate immediately on dpkg-divert rename errors instead of propagating
   * Terminate immediately on dpkg-divert rename errors instead of propagating
@@ -301,7 +301,7 @@ dpkg (1.16.0) unstable; urgency=low
     - it documents the VCS-* fields too. Closes: #483119
     - it documents the VCS-* fields too. Closes: #483119
     Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
     Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
     as part of the Google Code In program.
     as part of the Google Code In program.
-  * Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
+  * Enhance dpkg-shlibdeps to not fail immediately when a library is not found.
     Instead continue and fail after all problems have been reported. Thanks
     Instead continue and fail after all problems have been reported. Thanks
     to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
     to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
   * Fix dpkg-source to not list Debian packaging files as modified
   * Fix dpkg-source to not list Debian packaging files as modified
@@ -3869,7 +3869,7 @@ dpkg (1.13.17) unstable; urgency=low
     attributes and other embellishments.
     attributes and other embellishments.
   * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
   * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
   * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
   * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
-  * Add new quiet option to dpkg-source to supress warnings. Closes: #355065
+  * Add new quiet option to dpkg-source to suppress warnings. Closes: #355065
   * Do not expand architecture aliases anymore in .dsc files.
   * Do not expand architecture aliases anymore in .dsc files.
   * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
   * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
     the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
     the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
@@ -4281,7 +4281,7 @@ dpkg (1.13.9) unstable; urgency=low
   SELinux support (Manoj Srivastava):
   SELinux support (Manoj Srivastava):
   * On SELinux-enabled systems, try to set the security context when the
   * On SELinux-enabled systems, try to set the security context when the
     package is unpacked.  Closes: #193653, #249496, #307139.
     package is unpacked.  Closes: #193653, #249496, #307139.
-  * Added build-dependancy on libselinux1-dev.
+  * Added build-dependency on libselinux1-dev.
 
 
   Improvements to dpkg-source (Brendan O'Dea):
   Improvements to dpkg-source (Brendan O'Dea):
   * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
   * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
@@ -4680,7 +4680,7 @@ dpkg (1.10.22) unstable; urgency=low
       Closes: #120562.
       Closes: #120562.
     - Add --force-bad-verify to dpkg manpage.  Closes: #192812.
     - Add --force-bad-verify to dpkg manpage.  Closes: #192812.
     - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
     - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
-      -non-existant --force-reinstreq option.  Closes: #232831.
+      non-existent --force-reinstreq option.  Closes: #232831.
     - Correct documentation of --compare-versions arguments.  Closes: #232317.
     - Correct documentation of --compare-versions arguments.  Closes: #232317.
     - Correct usage of "et al" to "et al.".  Closes: #230751.
     - Correct usage of "et al" to "et al.".  Closes: #230751.
     - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8).  Closes: #233282.
     - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8).  Closes: #233282.
@@ -4750,7 +4750,7 @@ dpkg (1.10.21) unstable; urgency=low
   * Add --dir-file option to install-info for GNU install-info
   * Add --dir-file option to install-info for GNU install-info
     compatibility.  Closes: #179192
     compatibility.  Closes: #179192
   * Refer to debian-policy in dpkg-doc's description instead of the
   * Refer to debian-policy in dpkg-doc's description instead of the
-    non-existant packaging-manual.  Closes: #120970.
+    non-existent packaging-manual.  Closes: #120970.
   * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
   * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
     manpage.  Closes: #219210.
     manpage.  Closes: #219210.
   * Add a note about diverting shared libraries to the dpkg-divert
   * Add a note about diverting shared libraries to the dpkg-divert
@@ -4923,7 +4923,7 @@ dpkg (1.10.14) unstable; urgency=low
       Some fields may have vars in them, which breaks the validation.
       Some fields may have vars in them, which breaks the validation.
     * dpkg-gencontrol calls substvars after parsing the control file, and
     * dpkg-gencontrol calls substvars after parsing the control file, and
       then validates the substituted depends lines.  Originally,
       then validates the substituted depends lines.  Originally,
-      substitution occured only during writing of the final output file.
+      substitution occurred only during writing of the final output file.
     * Andreas Barth <aba@not.so.argh.org>:
     * Andreas Barth <aba@not.so.argh.org>:
       Fix bad regex that didn't allow spaces in dependency field parsing.
       Fix bad regex that didn't allow spaces in dependency field parsing.
       It now directly matches what the c code expects.  It previously was
       It now directly matches what the c code expects.  It previously was
@@ -5269,7 +5269,7 @@ dpkg (1.10) unstable; urgency=low
   * dselect now accepts regular expressions when searching for packages
   * dselect now accepts regular expressions when searching for packages
     and can search in package descriptions as well.
     and can search in package descriptions as well.
     Closes: Bug#81009,#83139
     Closes: Bug#81009,#83139
-  * Move query commands into a seperate dpkg-query command. For the old options
+  * Move query commands into a separate dpkg-query command. For the old options
     (-L,-l,-s,-S) dpkg will still call it for you.
     (-L,-l,-s,-S) dpkg will still call it for you.
   * Add configurable package listing support to dpkg-query
   * Add configurable package listing support to dpkg-query
   * Handle window resize in dselect main menu. Closes: Bug#98275
   * Handle window resize in dselect main menu. Closes: Bug#98275
@@ -5299,7 +5299,7 @@ dpkg (1.10) unstable; urgency=low
     Closes: #120924.
     Closes: #120924.
   * Make dpkg-checkbuilddeps always check for build-essential.
   * Make dpkg-checkbuilddeps always check for build-essential.
     Closes: Bug#118420.
     Closes: Bug#118420.
-  * Use space seperated output instead of comma seperated in
+  * Use space separated output instead of comma separated in
     dpkg-checkbuilddeps
     dpkg-checkbuilddeps
   * Update default ignore expression in dpkg-source to also match *~ and
   * Update default ignore expression in dpkg-source to also match *~ and
     *.swp in subdirs. Closes: Bug#127458
     *.swp in subdirs. Closes: Bug#127458
@@ -5436,7 +5436,7 @@ dpkg (1.9.13) unstable; urgency=medium
 
 
   * Add a -W option to dpkg-source(and the other utils, where it is just
   * Add a -W option to dpkg-source(and the other utils, where it is just
     passed thru), to turn certain errors into warnings(of which, only
     passed thru), to turn certain errors into warnings(of which, only
-    one is changed, namely, the 'tar doesn't contain preceeding directory'
+    one is changed, namely, the 'tar doesn't contain preceding directory'
     error).  Closes: #101813, and partially 101845.
     error).  Closes: #101813, and partially 101845.
   * Don't error out if the files in the tar have leading './', for
   * Don't error out if the files in the tar have leading './', for
     dpkg-source.  (another partial close of 101845).
     dpkg-source.  (another partial close of 101845).
@@ -5677,7 +5677,7 @@ dpkg (1.9.0) unstable; urgency=low
     segfaults people have been seeing in dpkg.  Closes: Bug#90328.
     segfaults people have been seeing in dpkg.  Closes: Bug#90328.
   * Apply patch from bug#86847, that escapes intl chars in filenames.
   * Apply patch from bug#86847, that escapes intl chars in filenames.
     Closes: Bug#83752, #85040, #86847, #89000.
     Closes: Bug#83752, #85040, #86847, #89000.
-  * Errors during dpkg -s(and other similiar commands) are now printed
+  * Errors during dpkg -s(and other similar commands) are now printed
     on stderr.  Closes: Bug#88987.
     on stderr.  Closes: Bug#88987.
   * Add a --retry option to start-stop-daemon. Closes: Bug#75139
   * Add a --retry option to start-stop-daemon. Closes: Bug#75139
   * Fix regeps to extract Closes magic from a changelog so the #
   * Fix regeps to extract Closes magic from a changelog so the #
@@ -6058,7 +6058,7 @@ dpkg (1.4.1.19) unstable; urgency=low
     it was already broken when there was no gcc anyway :)
     it was already broken when there was no gcc anyway :)
   * Fixed missing mipseb that was supposed to be in the archtable
   * Fixed missing mipseb that was supposed to be in the archtable
   * Better output in update-alternatives --config, now shows the
   * Better output in update-alternatives --config, now shows the
-    current, and the prefered choices.
+    current, and the preferred choices.
   * dpkg-name: ignore epoch when getting version
   * dpkg-name: ignore epoch when getting version
   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
   * internals.sgml: Removed references to the versions of build tools,
   * internals.sgml: Removed references to the versions of build tools,
@@ -6521,7 +6521,7 @@ dpkg (1.4.0.24) unstable; urgency=low
     against libraries it depends on).  Code by Richard Braakman
     against libraries it depends on).  Code by Richard Braakman
     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
   * debian/rules: remove all reference to the packaging manual as it is
   * debian/rules: remove all reference to the packaging manual as it is
-    now provided by the seperate "packaging-manual" package. [#21581,
+    now provided by the separate "packaging-manual" package. [#21581,
     #21186, #22698, #23342]
     #21186, #22698, #23342]
   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
     of a real manpage has been reported in #11093.
     of a real manpage has been reported in #11093.
@@ -6662,7 +6662,7 @@ dpkg (1.4.0.15) experimental; urgency=low
   * Provide 50dpkg-dev.el for xemacs as well as emacs.
   * Provide 50dpkg-dev.el for xemacs as well as emacs.
   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
     .el file as workaround until xemacs can read emacs19 .elc files.
     .el file as workaround until xemacs can read emacs19 .elc files.
-  * Pass top_distdir explicitly to 'make dist' to accomodate bug in
+  * Pass top_distdir explicitly to 'make dist' to accommodate bug in
     automake_1.1o-1.
     automake_1.1o-1.
   * Fix debian/build to make html documentation without including
   * Fix debian/build to make html documentation without including
     directories in tar archives (fixes #9348).
     directories in tar archives (fixes #9348).
@@ -6843,7 +6843,7 @@ dpkg (1.4.0.3) unstable; urgency=medium
 dpkg (1.4.0.2) unstable; urgency=medium
 dpkg (1.4.0.2) unstable; urgency=medium
 
 
   * dpkg-buildpackage.sh: reverted the quoting change -- (you
   * dpkg-buildpackage.sh: reverted the quoting change -- (you
-    should use super, sudo, realy, but not su.  Or write a wrapper
+    should use super, sudo, really, but not su.  Or write a wrapper
     around su)
     around su)
   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
     more the way Ian likes ;-)
     more the way Ian likes ;-)
@@ -7784,7 +7784,7 @@ dpkg (0.93.73) BETA; priority=LOW
   * `hold' flag changed to be settable by the user only, and
   * `hold' flag changed to be settable by the user only, and
     made orthogonal to the `reinstallation required' flag.
     made orthogonal to the `reinstallation required' flag.
   * dpkg will install by default any packages with priority of
   * dpkg will install by default any packages with priority of
-    `standard' or better unless they're explictly deselected.
+    `standard' or better unless they're explicitly deselected.
 
 
   * dselect dependency/conflict resolution will suggest marking absent
   * dselect dependency/conflict resolution will suggest marking absent
     packages for `purge' rather than `deinstall'.
     packages for `purge' rather than `deinstall'.

+ 1 - 1
doc/Doxyfile.in

@@ -282,7 +282,7 @@ TYPEDEF_HIDES_STRUCT   = NO
 # causing a significant performance penality.
 # causing a significant performance penality.
 # If the system has enough physical memory increasing the cache will improve the
 # If the system has enough physical memory increasing the cache will improve the
 # performance by keeping more symbols in memory. Note that the value works on
 # performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
 # memory usage. The cache size is given by this formula:
 # memory usage. The cache size is given by this formula:
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
 # corresponding to a cache size of 2^16 = 65536 symbols

+ 1 - 1
doc/README.feature-removal-schedule

@@ -7,7 +7,7 @@ Warning: program and lintian (missing-debian-source-format)
 Why:
 Why:
  With the support of multiple source formats, the user should be explicit
  With the support of multiple source formats, the user should be explicit
  about the desired source format. The fallback to "1.0" is there only for
  about the desired source format. The fallback to "1.0" is there only for
- backwards compatiblity but will be removed once all packages have the
+ backwards compatibility but will be removed once all packages have the
  debian/source/format file. This is unlikely to happen before 1.17.x.
  debian/source/format file. This is unlikely to happen before 1.17.x.
 
 
 What: Source-Version (substvar)
 What: Source-Version (substvar)

+ 1 - 1
doc/coding-style.txt

@@ -64,7 +64,7 @@ function(void *ptr, int value)
 	                     "extra-string");
 	                     "extra-string");
 }
 }
 
 
-When wrapping, logical operators should be kept on the preceeding line:
+When wrapping, logical operators should be kept on the preceding line:
 
 
 	if (really_long_variable_to_be_checked_against_a &&
 	if (really_long_variable_to_be_checked_against_a &&
 	    really_long_variable_to_be_checked_against_b)
 	    really_long_variable_to_be_checked_against_b)

+ 3 - 3
doc/triggers.txt

@@ -126,7 +126,7 @@ reasonable states by default.
 
 
 If the `postinst triggered' run fails the package goes to
 If the `postinst triggered' run fails the package goes to
 `config-failed', so that the trigger processing will not be attempted
 `config-failed', so that the trigger processing will not be attempted
-again until explictly requested.
+again until explicitly requested.
 
 
 
 
              |
              |
@@ -175,7 +175,7 @@ that T may automatically go from `triggers-awaited' to `installed'.
 Or to put it another way, triggered actions are considered irrelevant
 Or to put it another way, triggered actions are considered irrelevant
 if the interested package I is not configured.  When I's postinst is
 if the interested package I is not configured.  When I's postinst is
 called with `configure', it must do whatever actions are necessary to
 called with `configure', it must do whatever actions are necessary to
-deal with any trigger activations which might have occured while it
+deal with any trigger activations which might have occurred while it
 was not configured, just as if the package was being configured for
 was not configured, just as if the package was being configured for
 the first time.
 the first time.
 
 
@@ -264,7 +264,7 @@ dpkg during package unpack or removal.  The pathname must be absolute.
 File triggers should not generally be used without mutual consent.
 File triggers should not generally be used without mutual consent.
 The use of a file trigger, and the name of the trigger used, should be
 The use of a file trigger, and the name of the trigger used, should be
 stated in policy, so that a package which creates a relevant file in a
 stated in policy, so that a package which creates a relevant file in a
-maintainer script can activate the trigger explictly.
+maintainer script can activate the trigger explicitly.
 
 
 File triggers must definitely not be used as an escalation tool in
 File triggers must definitely not be used as an escalation tool in
 disagreements between different packages as to the desired contents of
 disagreements between different packages as to the desired contents of

+ 1 - 1
dselect/methods/ftp/install

@@ -431,7 +431,7 @@ if($totsize != 0) {
 		last DOWNLOAD_TRY;
 		last DOWNLOAD_TRY;
 	      }
 	      }
 	  } elsif ($@) {
 	  } elsif ($@) {
-             print "An error occured ($@) : stopping download\n";
+             print "An error occurred ($@) : stopping download\n";
 	  }
 	  }
 	  last DOWNLOAD_TRY;
 	  last DOWNLOAD_TRY;
       }
       }

+ 1 - 1
dselect/po/it.po

@@ -2,7 +2,7 @@
 # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 # Lele Gaifax <lele@seldati.it>, 2000, 2001, 2002, 2003, 2004.
 # Lele Gaifax <lele@seldati.it>, 2000, 2001, 2002, 2003, 2004.
 #
 #
-# Stefano Canepa <sc@linux.it>, 2004 only for an update becouse Lele was
+# Stefano Canepa <sc@linux.it>, 2004 only for an update because Lele was
 # unreachable and translation needed to be updated
 # unreachable and translation needed to be updated
 #
 #
 # Stefano Canepa <sc@linux.it>, 2005.
 # Stefano Canepa <sc@linux.it>, 2005.

+ 1 - 1
lib/dpkg/file.c

@@ -121,7 +121,7 @@ file_is_locked(int lockfd, const char *filename)
  *
  *
  * @param lockfd The pointer to the lock file descriptor. It must be allocated
  * @param lockfd The pointer to the lock file descriptor. It must be allocated
  *        statically as its addresses is passed to a cleanup handler.
  *        statically as its addresses is passed to a cleanup handler.
- * @param flags The lock flags specifiying what type of locking to perform.
+ * @param flags The lock flags specifying what type of locking to perform.
  * @param filename The name of the file to lock.
  * @param filename The name of the file to lock.
  * @param desc The description of the file to lock.
  * @param desc The description of the file to lock.
  */
  */

+ 1 - 1
lib/dpkg/progname.c

@@ -57,7 +57,7 @@ extern const char *__progname;
  * Get the program name.
  * Get the program name.
  *
  *
  * The program name might have been set previously by dpkg_set_progname(),
  * The program name might have been set previously by dpkg_set_progname(),
- * but if not this function will try to initialize it by system dependant
+ * but if not this function will try to initialize it by system dependent
  * means, so it's half safe to not call dpkg_set_progname() at all. At worst
  * means, so it's half safe to not call dpkg_set_progname() at all. At worst
  * the function might return NULL in that case.
  * the function might return NULL in that case.
  *
  *

+ 1 - 1
man/dpkg-source.1

@@ -566,7 +566,7 @@ format but can be used to create source packages with arbitrary files.
 .B Build options
 .B Build options
 .PP
 .PP
 All non-option arguments are taken as files to integrate in the
 All non-option arguments are taken as files to integrate in the
-generated source package. They must exist and are preferrably
+generated source package. They must exist and are preferably
 in the current directory. At least one file must be given.
 in the current directory. At least one file must be given.
 .TP
 .TP
 .BI \-\-target\-format= value
 .BI \-\-target\-format= value

+ 1 - 1
man/po/de.po

@@ -14288,7 +14288,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 "Alle Argumente, die keine Optionen sind, werden als Dateien verstanden, die "
 "Alle Argumente, die keine Optionen sind, werden als Dateien verstanden, die "

+ 1 - 1
man/po/dpkg-man.pot

@@ -11113,7 +11113,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 
 

+ 1 - 1
man/po/es.po

@@ -14732,7 +14732,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 "Todos los argumentos que no son opciones se toman como ficheros a integrar "
 "Todos los argumentos que no son opciones se toman como ficheros a integrar "

+ 1 - 1
man/po/fr.po

@@ -14775,7 +14775,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 "Tous les arguments qui ne sont pas des options sont pris pour des fichiers à "
 "Tous les arguments qui ne sont pas des options sont pris pour des fichiers à "

+ 1 - 1
man/po/hu.po

@@ -11645,7 +11645,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 
 

+ 1 - 1
man/po/ja.po

@@ -12426,7 +12426,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 
 

+ 1 - 1
man/po/pl.po

@@ -14312,7 +14312,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 "Wszystkie argumenty nie będące opcjami są uważane za pliki, które mają być "
 "Wszystkie argumenty nie będące opcjami są uważane za pliki, które mają być "

+ 1 - 1
man/po/pt_BR.po

@@ -11680,7 +11680,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 
 

+ 1 - 1
man/po/ru.po

@@ -11951,7 +11951,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 
 

+ 1 - 1
man/po/sv.po

@@ -14365,7 +14365,7 @@ msgstr ""
 #: dpkg-source.1:571
 #: dpkg-source.1:571
 msgid ""
 msgid ""
 "All non-option arguments are taken as files to integrate in the generated "
 "All non-option arguments are taken as files to integrate in the generated "
-"source package. They must exist and are preferrably in the current "
+"source package. They must exist and are preferably in the current "
 "directory. At least one file must be given."
 "directory. At least one file must be given."
 msgstr ""
 msgstr ""
 "Alla argument som inte är flaggor tas som filer som skall integreras i det "
 "Alla argument som inte är flaggor tas som filer som skall integreras i det "

+ 2 - 2
po/ChangeLog.old

@@ -1152,7 +1152,7 @@
 
 
 	* ro.po: Fixed some consitency issues;
 	* ro.po: Fixed some consitency issues;
 	"conffiles" is no longer translated;
 	"conffiles" is no longer translated;
-	doublechecked for existance of writings without diacritics;
+	doublechecked for existence of writings without diacritics;
 	translation still at 742t.
 	translation still at 742t.
 
 
 2006-05-15  Peter Karlsson  <peterk@debian.org>
 2006-05-15  Peter Karlsson  <peterk@debian.org>
@@ -1715,7 +1715,7 @@
 2005-01-11  Scott James Remnant  <scott@netsplit.com>
 2005-01-11  Scott James Remnant  <scott@netsplit.com>
 
 
 	* LINGUAS: Rather than just listing the language codes on one
 	* LINGUAS: Rather than just listing the language codes on one
-	line, put each on its own line with a preceeding comment giving
+	line, put each on its own line with a preceding comment giving
 	the English name for the language, the current translator's
 	the English name for the language, the current translator's
 	name in their preferred form and a contact e-mail address.
 	name in their preferred form and a contact e-mail address.
 
 

+ 1 - 1
scripts/Dpkg/Changelog.pm

@@ -97,7 +97,7 @@ sub set_options {
 
 
 =item $c->reset_parse_errors()
 =item $c->reset_parse_errors()
 
 
-Can be used to delete all information about errors ocurred during
+Can be used to delete all information about errors occurred during
 previous L<parse> runs.
 previous L<parse> runs.
 
 
 =cut
 =cut

+ 2 - 2
scripts/changelog/debian.pl

@@ -133,10 +133,10 @@ my $changes = Dpkg::Changelog::Debian->new(reportfile => $label, range => $range
 
 
 if ($file eq '-') {
 if ($file eq '-') {
     $changes->parse(\*STDIN, _g("<standard input>"))
     $changes->parse(\*STDIN, _g("<standard input>"))
-	or error(_g('fatal error occured while parsing input'));
+	or error(_g('fatal error occurred while parsing input'));
 } else {
 } else {
     $changes->load($file)
     $changes->load($file)
-	or error(_g('fatal error occured while parsing %s'), $file);
+	or error(_g('fatal error occurred while parsing %s'), $file);
 }
 }
 
 
 eval qq{
 eval qq{

+ 2 - 2
scripts/po/ca.po

@@ -1722,12 +1722,12 @@ msgid "<standard input>"
 msgstr "<entrada estàndard>"
 msgstr "<entrada estàndard>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "s'ha produït un error fatal en analitzar l'entrada"
 msgstr "s'ha produït un error fatal en analitzar l'entrada"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "s'ha produït un error fatal en analitzar %s"
 msgstr "s'ha produït un error fatal en analitzar %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/de.po

@@ -2110,12 +2110,12 @@ msgid "<standard input>"
 msgstr "<Standardeingabe>"
 msgstr "<Standardeingabe>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "Fataler Fehler beim Auswerten der Eingabe"
 msgstr "Fataler Fehler beim Auswerten der Eingabe"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "Fataler Fehler beim Auswerten von %s"
 msgstr "Fataler Fehler beim Auswerten von %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/dpkg-dev.pot

@@ -1637,12 +1637,12 @@ msgid "<standard input>"
 msgstr ""
 msgstr ""
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr ""
 msgstr ""
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr ""
 msgstr ""
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/es.po

@@ -2265,12 +2265,12 @@ msgid "<standard input>"
 msgstr "<entrada estándar>"
 msgstr "<entrada estándar>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "se ha detectado un error fatal al analizar la entrada"
 msgstr "se ha detectado un error fatal al analizar la entrada"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "se ha detectado un error fatal al analizar %s"
 msgstr "se ha detectado un error fatal al analizar %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/fr.po

@@ -2229,12 +2229,12 @@ msgid "<standard input>"
 msgstr "<entrée standard>"
 msgstr "<entrée standard>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "erreur fatale rencontrée lors de l'analyse des données"
 msgstr "erreur fatale rencontrée lors de l'analyse des données"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "erreur fatale rencontrée lors de l'analyse de %s"
 msgstr "erreur fatale rencontrée lors de l'analyse de %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/pl.po

@@ -2097,12 +2097,12 @@ msgid "<standard input>"
 msgstr "standardowe wejście"
 msgstr "standardowe wejście"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "wystąpił fatalny błąd podczas przetwarzania wejścia"
 msgstr "wystąpił fatalny błąd podczas przetwarzania wejścia"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "wystąpił fatalny błąd podczas przetwarzania %s"
 msgstr "wystąpił fatalny błąd podczas przetwarzania %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/ru.po

@@ -2149,12 +2149,12 @@ msgid "<standard input>"
 msgstr "<стандартный ввод>"
 msgstr "<стандартный ввод>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "неустранимая ошибка при анализе входных данных"
 msgstr "неустранимая ошибка при анализе входных данных"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "неустранимая ошибка при анализе %s"
 msgstr "неустранимая ошибка при анализе %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 2 - 2
scripts/po/sv.po

@@ -2087,12 +2087,12 @@ msgid "<standard input>"
 msgstr "<standard in>"
 msgstr "<standard in>"
 
 
 #: scripts/changelog/debian.pl:136
 #: scripts/changelog/debian.pl:136
-msgid "fatal error occured while parsing input"
+msgid "fatal error occurred while parsing input"
 msgstr "ödesdigert fel vid tolkning av indata"
 msgstr "ödesdigert fel vid tolkning av indata"
 
 
 #: scripts/changelog/debian.pl:139
 #: scripts/changelog/debian.pl:139
 #, perl-format
 #, perl-format
-msgid "fatal error occured while parsing %s"
+msgid "fatal error occurred while parsing %s"
 msgstr "ödesdigert fel vid tolkning av %s"
 msgstr "ödesdigert fel vid tolkning av %s"
 
 
 #: scripts/Dpkg/Arch.pm:86
 #: scripts/Dpkg/Arch.pm:86

+ 1 - 1
scripts/t/190_Dpkg_Shlibs_Cppfilt.t

@@ -34,7 +34,7 @@ is ( cppfilt_demangle_cpp('FoobarInvalidSymbol'), undef,
     'non-demanglable string' );
     'non-demanglable string' );
 
 
 # Mass C++ demangling. Checking if c++filt does not hang and cppfilt_demangle()
 # Mass C++ demangling. Checking if c++filt does not hang and cppfilt_demangle()
-# immediatelly provides a correct answer to the caller (i.e. no buffering).
+# immediately provides a correct answer to the caller (i.e. no buffering).
 my @mangledtext = split(/\n+/s, <<'END');
 my @mangledtext = split(/\n+/s, <<'END');
 0000000000000000      DF *UND*  0000000000000000  GCC_3.0     _Unwind_SetIP
 0000000000000000      DF *UND*  0000000000000000  GCC_3.0     _Unwind_SetIP
 0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __towlower_l
 0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __towlower_l

+ 1 - 1
scripts/t/200_Dpkg_Shlibs.t

@@ -430,7 +430,7 @@ $sym = $sym_file->lookup_symbol('SYMVER_1@SYMVER_1','libpatterns.so.1');
 is ( $sym->{minver}, '1', "specific SYMVER_1 symbol" );
 is ( $sym->{minver}, '1', "specific SYMVER_1 symbol" );
 
 
 $sym = $sym_file->lookup_symbol('_ZN3NSB6Symver14symver_method1Ev@SYMVER_1', 'libpatterns.so.1');
 $sym = $sym_file->lookup_symbol('_ZN3NSB6Symver14symver_method1Ev@SYMVER_1', 'libpatterns.so.1');
-is ( $sym->{minver}, '1.method1', "specific symbol prefered over pattern" );
+is ( $sym->{minver}, '1.method1', "specific symbol preferred over pattern" );
 
 
 $sym = $sym_file->lookup_symbol('_ZN3NSB6Symver14symver_method2Ev@SYMVER_1', 'libpatterns.so.1');
 $sym = $sym_file->lookup_symbol('_ZN3NSB6Symver14symver_method2Ev@SYMVER_1', 'libpatterns.so.1');
 is ( $sym->{minver}, '1.method2', "c++ alias pattern preferred over generic pattern" );
 is ( $sym->{minver}, '1.method2', "c++ alias pattern preferred over generic pattern" );

+ 10 - 10
scripts/t/600_Dpkg_Changelog/shadow

@@ -1058,7 +1058,7 @@ shadow (20000902-11) unstable; urgency=low
 shadow (20000902-10) unstable; urgency=low
 shadow (20000902-10) unstable; urgency=low
 
 
   * We hates the automake.  We hates it forever.  closes: #139293
   * We hates the automake.  We hates it forever.  closes: #139293
-  * stupid ommision: logoutd still in postinst.  closes: #139422
+  * stupid omission: logoutd still in postinst.  closes: #139422
   * make login.defs a bit clearer. closes: #138809
   * make login.defs a bit clearer. closes: #138809
 
 
  -- Karl Ramm <kcr@debian.org>  Fri, 22 Mar 2002 12:09:07 -0500
  -- Karl Ramm <kcr@debian.org>  Fri, 22 Mar 2002 12:09:07 -0500
@@ -1382,7 +1382,7 @@ shadow (19990827-9) unstable; urgency=low
 
 
 shadow (19990827-8) unstable; urgency=low
 shadow (19990827-8) unstable; urgency=low
 
 
-  * src/login.c: fixed loggin of username on succesful login (was using
+  * src/login.c: fixed loggin of username on successful login (was using
     the normal username, when it should have used pam_user),
     the normal username, when it should have used pam_user),
     closes: #47819
     closes: #47819
   * src/login.c: check for hushed login and pass PAM_SILENT if true,
   * src/login.c: check for hushed login and pass PAM_SILENT if true,
@@ -1400,11 +1400,11 @@ shadow (19990827-7) unstable; urgency=low
   * {passwd,login}.pam.d: added blurb about how to use the pam_cracklib
   * {passwd,login}.pam.d: added blurb about how to use the pam_cracklib
     module, and also changed it to use pam_unix and not pam_pwdb (gah!
     module, and also changed it to use pam_unix and not pam_pwdb (gah!
     how did that happen?), closes: #46983
     how did that happen?), closes: #46983
-  * README.debian: changes to reflect new PAM usage aswell as removing
+  * README.debian: changes to reflect new PAM usage as well as removing
     references to obsolete config files, closes: #46595
     references to obsolete config files, closes: #46595
   * passwd.expire.cron: example script that informs users by email when
   * passwd.expire.cron: example script that informs users by email when
     their accounts are about to expire, closes: #41393
     their accounts are about to expire, closes: #41393
-  * lastlogin.c: added -h option and usage aswell as long option support,
+  * lastlogin.c: added -h option and usage as well as long option support,
     closes: #45804
     closes: #45804
   * shadow now only has 3 wishlist bugs and nothing else
   * shadow now only has 3 wishlist bugs and nothing else
 
 
@@ -1413,7 +1413,7 @@ shadow (19990827-7) unstable; urgency=low
 shadow (19990827-6) unstable; urgency=low
 shadow (19990827-6) unstable; urgency=low
 
 
   * debian/shells: new file, needed to include /bin/sash, closes: #45826
   * debian/shells: new file, needed to include /bin/sash, closes: #45826
-  * useradd.8,groupadd.8: added note about the prefered use of adduser
+  * useradd.8,groupadd.8: added note about the preferred use of adduser
     and addgroup when conforming to Debian policy (taken from notes in
     and addgroup when conforming to Debian policy (taken from notes in
     adduser's man pages), closes: #22821
     adduser's man pages), closes: #22821
   * dialups.5: new man page that documents /etc/{dialups,d_passwd},
   * dialups.5: new man page that documents /etc/{dialups,d_passwd},
@@ -1434,7 +1434,7 @@ shadow (19990827-5) unstable; urgency=low
   * {login,su}.1: added description of a subsystem login, closes: #31987
   * {login,su}.1: added description of a subsystem login, closes: #31987
   * src/chowndir.c: fixed recursive chown's on usermod, also changed it
   * src/chowndir.c: fixed recursive chown's on usermod, also changed it
     to use lchown and lstat since we actually want that, closes: #46405
     to use lchown and lstat since we actually want that, closes: #46405
-  * su.1: removed reference to suauth aswell as added "-c" to the SYNOPSIS,
+  * su.1: removed reference to suauth as well as added "-c" to the SYNOPSIS,
     closes: #45685
     closes: #45685
   * login.1: added options to the SYNOPSIS and documented OPTIONS,
   * login.1: added options to the SYNOPSIS and documented OPTIONS,
     closes: #28763
     closes: #28763
@@ -1463,7 +1463,7 @@ shadow (19990827-4) unstable; urgency=low
     check passwords when the user is trying to get back to their default
     check passwords when the user is trying to get back to their default
     group, closes: #22244
     group, closes: #22244
   * Closed some other bugs that were either not really bugs, or they weren't
   * Closed some other bugs that were either not really bugs, or they weren't
-    reproducable.
+    reproducible.
   * debian/login.pam.d: moved around the pam_motd and pam_mail modules to
   * debian/login.pam.d: moved around the pam_motd and pam_mail modules to
     order them the same as old login would have done
     order them the same as old login would have done
 
 
@@ -1559,12 +1559,12 @@ shadow (19990827-1) unstable; urgency=low
     - More "Fixed" bugs getting closed...CLOSED AT LAST, closes: #17593
     - More "Fixed" bugs getting closed...CLOSED AT LAST, closes: #17593
       closes: #20057, #12689
       closes: #20057, #12689
   * Switched to a new build setup (dbs)
   * Switched to a new build setup (dbs)
-  * Split makes into seperate files to make it a little cleaner
+  * Split makes into separate files to make it a little cleaner
   * FHS compliance changes (usr/{doc,man} to usr/share/{doc,man})
   * FHS compliance changes (usr/{doc,man} to usr/share/{doc,man})
   * debian/tar.c: removed
   * debian/tar.c: removed
   * su: su is now going to be provided by shadow's login package and
   * su: su is now going to be provided by shadow's login package and
     removed from shellutils (the shellutils maintainer agreed to this)
     removed from shellutils (the shellutils maintainer agreed to this)
-    in preperation for future PAM support. Added conflicts with older
+    in preparation for future PAM support. Added conflicts with older
     version of shellutils that does provide the su binary.
     version of shellutils that does provide the su binary.
   * debian/control.in: removed the secure-su package since login now
   * debian/control.in: removed the secure-su package since login now
     contains su and all of it's components
     contains su and all of it's components
@@ -1575,7 +1575,7 @@ shadow (19990827-1) unstable; urgency=low
   * Enabled PAM. Support now for su, passwd, chfn, chsh. I am working on the
   * Enabled PAM. Support now for su, passwd, chfn, chsh. I am working on the
     support in login.
     support in login.
   * expiry: Changed to be installed as sgid shadow instead of suid root
   * expiry: Changed to be installed as sgid shadow instead of suid root
-    since it doesn't need root priviledges. Also added man page expiry(1) based
+    since it doesn't need root privileges. Also added man page expiry(1) based
     on the comments found in expiry.c.
     on the comments found in expiry.c.
   * Removed bashism's in control scripts. Now lintian clean (smells fresh too)
   * Removed bashism's in control scripts. Now lintian clean (smells fresh too)
   * chage.c: Keep chage from locking when not running as root, since it just
   * chage.c: Keep chage from locking when not running as root, since it just

+ 1 - 1
src/filesdb.h

@@ -40,7 +40,7 @@
  * When we read files contained info about a particular package we set the
  * When we read files contained info about a particular package we set the
  * ‘files’ member of the clientdata struct to the appropriate thing. When
  * ‘files’ member of the clientdata struct to the appropriate thing. When
  * not yet set the files pointer is made to point to ‘fileslist_uninited’
  * not yet set the files pointer is made to point to ‘fileslist_uninited’
- * (this is available only internally, withing filesdb.c - the published
+ * (this is available only internally, within filesdb.c - the published
  * interface is ensure_*_available).
  * interface is ensure_*_available).
  */
  */
 
 

+ 2 - 2
utils/start-stop-daemon.c

@@ -12,7 +12,7 @@
  * Domain.
  * Domain.
  *
  *
  * Changes by Ben Collins <bcollins@debian.org>, added --chuid, --background
  * Changes by Ben Collins <bcollins@debian.org>, added --chuid, --background
- * and --make-pidfile options, placed in public domain aswell.
+ * and --make-pidfile options, placed in public domain as well.
  *
  *
  * Port to OpenBSD by Sontri Tomo Huynh <huynh.29@osu.edu>
  * Port to OpenBSD by Sontri Tomo Huynh <huynh.29@osu.edu>
  *                 and Andreas Schuldei <andreas@schuldei.org>
  *                 and Andreas Schuldei <andreas@schuldei.org>
@@ -1166,7 +1166,7 @@ pid_is_cmd(pid_t pid, const char *name)
 	end_argv_0_p = strchr(*pid_argv_p, ' ');
 	end_argv_0_p = strchr(*pid_argv_p, ' ');
 	if (end_argv_0_p == NULL)
 	if (end_argv_0_p == NULL)
 		/* There seems to be no space, so we have the command
 		/* There seems to be no space, so we have the command
-		 * allready in its desired form. */
+		 * already in its desired form. */
 		start_argv_0_p = *pid_argv_p;
 		start_argv_0_p = *pid_argv_p;
 	else {
 	else {
 		/* Tests indicate that this never happens, since
 		/* Tests indicate that this never happens, since

+ 1 - 1
utils/t/100_update_alternatives.t

@@ -426,7 +426,7 @@ my $old_path = $choices[0]{"slaves"}[0]{"path"};
 $old_slave = $choices[0]{"slaves"}[0]{"link"};
 $old_slave = $choices[0]{"slaves"}[0]{"link"};
 $choices[0]{"slaves"}[0]{"path"} = "$bindir/doesntexist";
 $choices[0]{"slaves"}[0]{"path"} = "$bindir/doesntexist";
 $choices[0]{"slaves"}[0]{"link"} = "$bindir/baddir/slave2";
 $choices[0]{"slaves"}[0]{"link"} = "$bindir/baddir/slave2";
-# test rename of slave link that existed but that doesnt anymore
+# test rename of slave link that existed but that doesn't anymore
 # and link is moved into non-existing dir at the same time
 # and link is moved into non-existing dir at the same time
 install_choice(0);
 install_choice(0);
 check_choice(0, "auto", "optional renamed slave2 in non-existing dir");
 check_choice(0, "auto", "optional renamed slave2 in non-existing dir");