diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 16:51:08 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 16:51:08 +0200 |
| commit | c5c5f86db727831f68c93e7a388e4e2cb8491cb6 (patch) | |
| tree | 887548cd99ea3e7a29a79af45d88e76531c6dbbb /DistUpgrade/DistUpgradeControler.py | |
| parent | a1abd4d08a2cd3d6413ead7b133fac17c2f4a1cf (diff) | |
| download | python-apt-c5c5f86db727831f68c93e7a388e4e2cb8491cb6.tar.gz | |
* typo fixes (thanks to Bruce Cowan)
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 800590cb..52670371 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -293,7 +293,7 @@ class DistUpgradeControler(object): if self.sources_disabled: self._view.information(_("Third party sources disabled"), - _("Some third party entries in your souces.list " + _("Some third party entries in your sources.list " "were disabled. You can re-enable them " "after the upgrade with the " "'software-properties' tool or with synaptic." |
