* doc/apt.conf.5.xml:
authorJakub Wilk <jwilk@debian.org>
Wed, 12 Jan 2011 23:01:27 +0000 (00:01 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 12 Jan 2011 23:01:27 +0000 (00:01 +0100)
  - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)

debian/changelog
doc/apt.conf.5.xml

index dde28c6..6028cc8 100644 (file)
@@ -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
 
index f00baac..a19d85d 100644 (file)
@@ -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.