diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:06:22 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:06:22 +0200 |
| commit | ab08c42c90e9aab009b6d5f1b4bdce0c68300fa5 (patch) | |
| tree | f814d7db7455592dc1135a4681c21605dd5c3db8 /doc/source | |
| parent | 1a1d96e49901a834d6208d3561877d8f16d5b758 (diff) | |
| download | python-apt-ab08c42c90e9aab009b6d5f1b4bdce0c68300fa5.tar.gz | |
Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/library/apt.progress.base.rst | 6 | ||||
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/library/apt.progress.base.rst b/doc/source/library/apt.progress.base.rst index 3fd2a7a0..22006f77 100644 --- a/doc/source/library/apt.progress.base.rst +++ b/doc/source/library/apt.progress.base.rst @@ -233,7 +233,7 @@ InstallProgress (Abstract) Called when a error is detected during the install. - The following method should be overriden to implement progress reporting + The following method should be overridden to implement progress reporting for dpkg-based runs i.e. calls to :meth:`run` with a filename: .. method:: processing(pkg, stage) @@ -252,7 +252,7 @@ InstallProgress file (:file:`/var/lib/dpkg/status`) and documented in :manpage:`dpkg(1)`. - The following methods should be overriden to implement progress reporting + The following methods should be overridden to implement progress reporting for :meth:`run` calls with an :class:`apt_pkg.PackageManager` object as their parameter: @@ -274,7 +274,7 @@ InstallProgress This method is called when all changes have been applied. There are also several methods which are fully implemented and should not - be overriden by subclasses unless the subclass has very special needs: + be overridden by subclasses unless the subclass has very special needs: .. method:: fork() -> int diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 81f2d408..ffef9c50 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -45,7 +45,7 @@ Working with the cache .. note:: - The cache supports colon-seperated name:architecture pairs. For + The cache supports colon-separated name:architecture pairs. For normal architectures, they are equal to a (name, architecture) tuple. For the the "any" architecture behavior is different, as "name:any" is equivalent to ("name:any", "any"). This is done so |
