summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-18 16:51:08 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-18 16:51:08 +0200
commitc5c5f86db727831f68c93e7a388e4e2cb8491cb6 (patch)
tree887548cd99ea3e7a29a79af45d88e76531c6dbbb /UpdateManager
parenta1abd4d08a2cd3d6413ead7b133fac17c2f4a1cf (diff)
downloadpython-apt-c5c5f86db727831f68c93e7a388e4e2cb8491cb6.tar.gz
* typo fixes (thanks to Bruce Cowan)
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py
index af07cfb4..cda27e2f 100644
--- a/UpdateManager/DistUpgradeFetcher.py
+++ b/UpdateManager/DistUpgradeFetcher.py
@@ -219,7 +219,7 @@ class DistUpgradeFetcher(object):
if not self.verifyDistUprader():
error(self.window_main,
_("Verfication failed"),
- _("Verfing the upgrade failed. There may be a problem "
+ _("Verifying the upgrade failed. There may be a problem "
"with the network or with the server. "))
self.cleanup()
return