diff options
| author | Jakub Wilk <jwilk@debian.org> | 2012-07-28 17:14:31 -0400 |
|---|---|---|
| committer | David Prévot <taffit@debian.org> | 2012-07-28 17:14:31 -0400 |
| commit | c6b89434b018c9b3ca3c13fb78bab20981fee6e6 (patch) | |
| tree | 9abcb28988afe8ac597d4ef85aebe87553bed962 /apt/progress | |
| parent | afa2a4cc633575cb26fdd79de80e4de4fa548277 (diff) | |
| download | python-apt-c6b89434b018c9b3ca3c13fb78bab20981fee6e6.tar.gz | |
Fix typos: the the -> the (closes: #679432)
Diffstat (limited to 'apt/progress')
| -rw-r--r-- | apt/progress/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/progress/base.py b/apt/progress/base.py index ab57dd82..2c80ae29 100644 --- a/apt/progress/base.py +++ b/apt/progress/base.py @@ -65,7 +65,7 @@ class AcquireProgress(object): def media_change(self, media, drive): """Prompt the user to change the inserted removable media. - The parameter 'media' decribes the name of the the media type that + The parameter 'media' decribes the name of the media type that should be changed, whereas the parameter 'drive' should be the identifying name of the drive whose media should be changed. |
