Browse Source

Fix typos in changelogs

Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Guillem Jover <guillem@debian.org>
Niels Thykier 12 years ago
parent
commit
6a991d07d0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ChangeLog.old
  2. 2 2
      debian/changelog

+ 1 - 1
ChangeLog.old

@@ -2701,7 +2701,7 @@
 	* src/help.c (cu_post_script_tasks): New function.
 	(do_script): Install cu_post_script_tasks as a cleanup handler.
 	(maintainer_script_alternative): Call post_script_tasks if the
-	first do_script invokation fails instead of it succeeding.
+	first do_script invocation fails instead of it succeeding.
 
 2008-03-28  Ian Jackson  <ian@davenant.greenend.org.uk>,
             Guillem Jover  <guillem@debian.org>

+ 2 - 2
debian/changelog

@@ -55,14 +55,14 @@ dpkg (1.16.4) unstable; urgency=low
     become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
     Closes: #675947
   * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
-    fix a usege before declaration warning with perl 5.16. Closes: #676262
+    fix a usage before declaration warning with perl 5.16. Closes: #676262
   * Do not warn in dpkg-divert on missing files list file for packages never
     installed before. Closes: #673518
   * Add support for liblzma to handle .xz and .lzma compressed files, and
     switch to it instead of using xz-utils. This removes the xz-utils
     Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
   * Always activate all path components for file triggers, this fixes file
-    trigger handling for conffiles and dpkg-trigger invokations.
+    trigger handling for conffiles and dpkg-trigger invocations.
     Closes: #675613, #676061, #676062, #676107, #676118, #676122
   * Do not reset Multi-Arch field in the update log when removing the package.
     Closes: #676496