diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-02-10 12:51:30 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-02-10 13:16:27 +0100 |
commit | 9a702b150c8ddeafa8c10c9f120dafdeb08ef93b (patch) | |
tree | 5ec43fb1644e1a9a96d4f14bbe701503c0a507aa /doc/dpkg-tech.dbk | |
parent | 55d0eea08198b6da420eeda28e825122e9ee3666 (diff) |
Fix various typos in the documentation
Diffstat (limited to 'doc/dpkg-tech.dbk')
-rw-r--r-- | doc/dpkg-tech.dbk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |