浏览代码

debian: Fix typos in changelog

Reported-by: Niels Thykier <niels@thykier.net> (patching typo)
Guillem Jover 10 年之前
父节点
当前提交
2ce30377b6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      debian/changelog

+ 3 - 3
debian/changelog

@@ -9,7 +9,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
     C++14 spec when the size-less delete operator is defined.
   * Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK in dselect.
   * Print the archive filename when dpkg cannot access it.
-  * Check that all passed archive filenames to dpkg exist before queueing them.
+  * Check that all passed archive filenames to dpkg exist before queuing them.
     Closes: #809963
   * Use ohshit() instead of internerr() for unhandled dpkg-split exit codes.
     (i.e. do not abort). Closes: #812679
@@ -69,7 +69,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
       Closes: #810720
     - Only warn once when a diff patches a file multiple times in
       Dpkg::Source::Patch, and fix the warning message to make it clear that
-      the diff might be patchig the file more than once, not just twice.
+      the diff might be patching the file more than once, not just twice.
     - Check existence of search criteria in Dpkg::Index when checking with a
       regex or a string match. Closes: #780906
       Base on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
@@ -110,7 +110,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
     - Fix --remove and --purge summary formatting in dpkg(1).
     - Move --audit description just after --verify in dpkg(1).
     - Mark Maintainer field as bold in deb-src-control(5).
-    - Fix reference to --record-avail instead of inexistent --avail.
+    - Fix reference to --record-avail instead of nonexistent --avail.
     - Add missing quotes in man pages.
     - Document Source field version in deb-control(5).
     - Add new deb822(5) man page.