Browse Source

Fix typos in 1.16.9 changelog entry

Closes: #691954

Signed-off-by: Guillem Jover <guillem@debian.org>
Nicolás Alvarez 13 years ago
parent
commit
5243c8b121
1 changed files with 6 additions and 2 deletions
  1. 6 2
      debian/changelog

+ 6 - 2
debian/changelog

@@ -1,5 +1,9 @@
 dpkg (1.16.10) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
+  * Fix typos in 1.16.9 changelog entry. Closes: #691954
+    Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
+
   [ Updated programs translations ]
   * Spanish (Javier Fernández-Sanguino).
   * Vietnamesea (Trần Ngọc Quân). Closes: #692100
@@ -40,7 +44,7 @@ dpkg (1.16.9) unstable; urgency=low
     contained files marked for inclusion do not fail to unpack due to a
     missing directory. Closes: #688416
   * Do not consider obsolete conffiles as actively owned by the package.
-    This ensures conffile entries are not misshandled nor mixed up when
+    This ensures conffile entries are not mishandled nor mixed up when
     configuring packages owning the non-obsolete conffiles. Closes: #689836
     Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
   * Properly mark in the database obsolete conffiles on package replaces.
@@ -53,7 +57,7 @@ dpkg (1.16.9) unstable; urgency=low
   * Avoid info database corruption and bogus accesses on unknown format
     values, by always reading the format file and validating it.
   * Clarify that the most probable reason for multiarch database
-    inconcistencies is due to upgrades from unofficial dpkg versions.
+    inconsistencies is due to upgrades from unofficial dpkg versions.
   * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
   * Take architecture into account in virtual packages on remove and
     configure dpkg actions. Closes: #683411