summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@debian.org>2011-01-13 00:01:27 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-01-13 00:01:27 +0100
commit1fc0d435891dc9496a71a680032918dab2372e6d (patch)
treee90878a32d7183f3fdde8acc75c26b4d5fa7bc6c
parent23f3cfd036630c1c8f84159c60986f67167066e8 (diff)
* doc/apt.conf.5.xml:
- fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
-rw-r--r--debian/changelog4
-rw-r--r--doc/apt.conf.5.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dde28c635..6028cc8f4 100644
--- a/debian/changelog
+++ b/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
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index f00baacea..a19d85dbc 100644
--- a/doc/apt.conf.5.xml
+++ b/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.