diff options
author | Veres Lajos <vlajos@gmail.com> | 2016-03-07 00:13:26 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-03-07 00:14:48 +0100 |
commit | 8d89cda7d66b6f125c457f36beeb84abb0df07f1 (patch) | |
tree | 1e0b4960ed4b738099e0c48e230c8cf09a513791 /doc | |
parent | f009dd15f385e9df4ca0482a940870350ba2d160 (diff) |
Fix several typos
This effectively merges branch 'typofixes-vlajos-20150807' of github.com:vlajos/apt
with the following commit:
commit 13cacb3e2e2352ba701e769fc889e3344fabbf7e
Author: Veres Lajos <vlajos@gmail.com>
Date: Sun Aug 9 00:12:53 2015 +0100
typofix - https://github.com/vlajos/misspell_fixer
It has been rebased for a better commit message.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libapt-pkg2_to_3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libapt-pkg2_to_3.txt b/doc/libapt-pkg2_to_3.txt index b94dc666e..58e7b30cf 100644 --- a/doc/libapt-pkg2_to_3.txt +++ b/doc/libapt-pkg2_to_3.txt @@ -27,11 +27,11 @@ source will continue to function, but perhaps at reduced functionality. include the trailing \n. * GenCaches::SelectFile accepts a site parameter now too. * Global version compare functions are gone. If you - #define APT_COMPATABILITY 1 + #define APT_COMPATIBILITY 1 They will come back as they were before. Code should be updated to reference the compare functions to the VersioningSystem (VS) referenced by the Cache or _system structures. -* Initialization is now two stage (define APT_COMPATABILITY..) The first +* 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 override default settings from the config files before startup has been |