summaryrefslogtreecommitdiff
path: root/doc/libapt-pkg2_to_3.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-02-11 09:36:10 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-02-11 09:36:10 +0100
commit38eeaec814307aa0b6dc39ee9119235c13333acf (patch)
tree95876cfdc6bc410349804a7892ed26999a85cfb0 /doc/libapt-pkg2_to_3.txt
parent08fe18cccff68fbaf35bd3251f37cee524c073f6 (diff)
parent3b169b6d1d2111765f57e2f5e6279e99ae523cde (diff)
Merge tag '1.8.0_rc3'
apt Debian release 1.8.0~rc3
Diffstat (limited to 'doc/libapt-pkg2_to_3.txt')
-rw-r--r--doc/libapt-pkg2_to_3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libapt-pkg2_to_3.txt b/doc/libapt-pkg2_to_3.txt
index 2806f4081..6beaafbf8 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