diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 15:14:19 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 15:59:38 +0100 |
commit | 93cff633a830e222693fc0f3d78e6e534d1126ee (patch) | |
tree | 2606a090e446e9b938e349b85aa62c3d8417c21c /doc/libapt-pkg2_to_3.txt | |
parent | 99b1cdd3a07576542c8bda40d93368f3f76db912 (diff) |
fix various typos reported by spellintian
Most of them in (old) code comments. The two instances of user visible
string changes the po files of the manpages are fixed up as well.
Gbp-Dch: Ignore
Reported-By: spellintian
Diffstat (limited to 'doc/libapt-pkg2_to_3.txt')
-rw-r--r-- | doc/libapt-pkg2_to_3.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/libapt-pkg2_to_3.txt b/doc/libapt-pkg2_to_3.txt index 58e7b30cf..2806f4081 100644 --- a/doc/libapt-pkg2_to_3.txt +++ b/doc/libapt-pkg2_to_3.txt @@ -1,8 +1,9 @@ -libapt-pkg v2 to v3 incorperates several source-incompatible changes that -people need to be aware of.. Many of this changes are done so that most old -source will continue to function, but perhaps at reduced functionality. +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 +most old source will continue to function, but perhaps at reduced +functionality. -* pkgDepCache is no longer self initilizing, you have to call the Init +* pkgDepCache is no longer self initializing, you have to call the Init method separately after constructing it. Users of pkgCacheFile do not need to worry about this * GetCandidateVer/etc is gone from the pkgCache. It exists only in the |