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/DistUpgradeCache.py | |
| parent | a1abd4d08a2cd3d6413ead7b133fac17c2f4a1cf (diff) | |
| download | python-apt-c5c5f86db727831f68c93e7a388e4e2cb8491cb6.tar.gz | |
* typo fixes (thanks to Bruce Cowan)
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeCache.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py index 680e7d9e..3c0efffa 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -155,7 +155,7 @@ class MyCache(apt.Cache): except SystemError, e: # FIXME: change the text to something more useful view.error(_("Could not calculate the upgrade"), - _("A unresolvable problem occured while " + _("A unresolvable problem occurred while " "calculating the upgrade.\n\n" "Please report this bug against the 'update-manager' " "package and include the files in /var/log/dist-upgrade/ " @@ -259,7 +259,7 @@ class MyCache(apt.Cache): "ubuntu-desktop, kubuntu-desktop or " "edubuntu-desktop package and it was not " "possible to detect which version of " - "ubuntu you are runing.\n " + "ubuntu you are running.\n " "Please install one of the packages " "above first using synaptic or " "apt-get before proceeding.")) |
