diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-27 17:46:54 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-27 17:46:54 +0200 |
| commit | 99bd3a8f471864c4ab945c1932f48088c79ed71d (patch) | |
| tree | 7f52edfd555fb1f559df3492a6a4a5ab4844233b | |
| parent | f54d5accf69032b8e94025781d91921a46b0af12 (diff) | |
| download | python-apt-99bd3a8f471864c4ab945c1932f48088c79ed71d.tar.gz | |
* typo
| -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 e88e96ee..15a29c05 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -346,7 +346,7 @@ class DistUpgradeControler(object): "updated the essential package '%s' can " "not be found anymore.\n" "This indicates a serious error, please " - "report this as a bug.") + "report this as a bug.")) self.abort() # then open the cache (again) |
