diff options
Diffstat (limited to 'apt-pkg/packagemanager.h')
-rw-r--r-- | apt-pkg/packagemanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/packagemanager.h b/apt-pkg/packagemanager.h index a097712a3..7fd01cb39 100644 --- a/apt-pkg/packagemanager.h +++ b/apt-pkg/packagemanager.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: packagemanager.h,v 1.3 1998/07/12 23:58:31 jgg Exp $ +// $Id: packagemanager.h,v 1.4 1998/07/19 21:24:13 jgg Exp $ /* ###################################################################### Package Manager - Abstacts the package manager @@ -8,7 +8,7 @@ Three steps are - Aquiration of archives (stores the list of final file names) - Sorting of operations - - Inokation of package manager + - Invokation of package manager This is the final stage when the package cache entities get converted into file names and the state stored in a DepCache is transformed |