Переглянути джерело

* doc/apt.conf.5.xml:
- fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)

Jakub Wilk 15 роки тому
батько
коміт
1fc0d43589
2 змінених файлів з 4 додано та 2 видалено
  1. 3 1
      debian/changelog
  2. 1 1
      doc/apt.conf.5.xml

+ 3 - 1
debian/changelog

@@ -27,8 +27,10 @@ apt (0.8.11+wheezy) unstable; urgency=low
   * deb/dpkgpm.cc:
     - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
       Reinholdtsen for report and patch! (Closes: #607803)
+  * doc/apt.conf.5.xml:
+    - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 12 Jan 2011 23:53:32 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 12 Jan 2011 23:59:38 +0100
 
 apt (0.8.10) unstable; urgency=low
 

+ 1 - 1
doc/apt.conf.5.xml

@@ -618,7 +618,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
 
    <refsect2><title>dpkg trigger usage (and related options)</title>
      <para>APT can call dpkg in a way so it can make aggressive use of triggers over
-     multiply calls of dpkg. Without further options dpkg will use triggers only in between his
+     multiple calls of dpkg. Without further options dpkg will use triggers only in between his
      own run. Activating these options can therefore decrease the time needed to perform the
      install / upgrade. Note that it is intended to activate these options per default in the
      future, but as it changes the way APT calling dpkg drastically it needs a lot more testing.