[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Fix typos



From: Jakub Wilk <jwilk@debian.org>

---
 doc/apt-get.8.xml        | 4 ++--
 doc/design.dbk           | 2 +-
 doc/dpkg-tech.dbk        | 4 ++--
 doc/guide.dbk            | 2 +-
 doc/libapt-pkg2_to_3.txt | 6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 81f580c31..b757c3d30 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -356,7 +356,7 @@
                    <term><option>--assume-yes</option></term>
      <listitem><para>Automatic yes to prompts; assume "yes" as answer to all prompts and run
      non-interactively. If an undesirable situation, such as changing a held
-     package, trying to install a unauthenticated package or removing an essential package 
+     package, trying to install an unauthenticated package or removing an essential package 
      occurs then <literal>apt-get</literal> will abort. 
      Configuration Item: <literal>APT::Get::Assume-Yes</literal>.</para></listitem>
      </varlistentry>
@@ -413,7 +413,7 @@
      <varlistentry><term><option>--with-new-pkgs</option></term>
      <listitem><para>Allow installing new packages when used in
      conjunction with <literal>upgrade</literal>.  This is useful if
-     the update of a installed package requires new dependencies to be
+     the update of an installed package requires new dependencies to be
      installed. Instead of holding the package back <literal>upgrade</literal>
      will upgrade the package and install the new dependencies. Note that
      <literal>upgrade</literal> with this option will never remove packages,
diff --git a/doc/design.dbk b/doc/design.dbk
index 157e75c1a..fabc915e5 100644
--- a/doc/design.dbk
+++ b/doc/design.dbk
@@ -262,7 +262,7 @@ dependencies)
 <para>
 Build a list of events. Simple topological sorting gives order of packages
 in dependency order. At certain points in this ordering,
-predependencies/immediate configure directives cause an break in normal
+predependencies/immediate configure directives cause a break in normal
 ordering. We need to insert the uninstall/purge directive in the stream
 (default: as early as possible).
 </para>
diff --git a/doc/dpkg-tech.dbk b/doc/dpkg-tech.dbk
index d2d5061ab..62c587976 100644
--- a/doc/dpkg-tech.dbk
+++ b/doc/dpkg-tech.dbk
@@ -271,7 +271,7 @@ successful.
 <term>half-installed</term>
 <listitem>
 <para>
-An attempt was made to remove the packagem but there was a failure in the
+An attempt was made to remove the package but there was a failure in the
 prerm script.
 </para>
 </listitem>
@@ -803,7 +803,7 @@ These files are created internally by dpkg's "checkpoint" function, and are
 cleaned up when dpkg exits cleanly.
 </para>
 <para>
-Juding by the use of the updates directory I would call it a Journal. Inorder
+Judging by the use of the updates directory I would call it a Journal. Inorder
 to efficiently ensure the complete integrity of the status file dpkg will
 "checkpoint" or journal all of it's activities in the updates directory. By
 merging the contents of the updates directory (in order!!) against the original
diff --git a/doc/guide.dbk b/doc/guide.dbk
index dbc4f5431..ab4b0c6d0 100644
--- a/doc/guide.dbk
+++ b/doc/guide.dbk
@@ -231,7 +231,7 @@ use packages on your CD-ROM before downloading from the Internet.
 </screen>
 <para>
 The <emphasis>Sources</emphasis> setup starts by asking for the base of the
-Debian archive, defaulting to a HTTP mirror. Next it asks for the distribution
+Debian archive, defaulting to an HTTP mirror. Next it asks for the distribution
 to get.
 </para>
 <screen>
diff --git a/doc/libapt-pkg2_to_3.txt b/doc/libapt-pkg2_to_3.txt
index 2806f4081..c0c6fe644 100644
--- a/doc/libapt-pkg2_to_3.txt
+++ b/doc/libapt-pkg2_to_3.txt
@@ -1,5 +1,5 @@
 libapt-pkg v2 to v3 incorporates several source-incompatible changes
-that people need to be aware of.. Many of this changes are done so that
+that people need to be aware of.. Many of these changes are done so that
 most old source will continue to function, but perhaps at reduced
 functionality.
 
@@ -34,12 +34,12 @@ functionality.
   by the Cache or _system structures.
 * Initialization is now two stage (define APT_COMPATIBILITY..) The first
   stage, pkgInitConfig is called before commandline parsing, and
-  pkgInitSystem is called after. This gives the user the oppertunity to
+  pkgInitSystem is called after. This gives the user the opportunity to
   override default settings from the config files before startup has been
   finalized.
 * pkgSourceList has been gutted. All the junk that was in there before is
   cleaned up and put in the pkgIndexFile class. There is very little API
-  corrispondence here.. 
+  correspondence here.. 
 * pkgMakeStatusCacheMem is gone, pkgMakeStatusCache does the same thing if
   you set the AllowMem flag. Also, you can get a copy of the map used to
   store the cache to advoid having to remap it in the calling code. A bunch
-- 
2.20.1


Reply to: