diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-29 15:29:28 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-29 15:29:28 +0200 |
| commit | 1ae6b2c078499dc2a9d99500cf4a2fce12ce78e5 (patch) | |
| tree | 5d1312d41aa7e5cdf533257d6d00d97c70f903e8 | |
| parent | cdbedcff87091add303c4ea433a1f2cd6d97ffde (diff) | |
| download | python-apt-1ae6b2c078499dc2a9d99500cf4a2fce12ce78e5.tar.gz | |
* DistUpgrade/DistUpgradeControler.py:
- typo fix
| -rw-r--r-- | DistUpgrade/Changelog | 2 | ||||
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 1c1d4ab8..5f7ba584 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -1,3 +1,5 @@ +2006-09-29: + - typo fix (thanks to Jane Silber) (lp: #62946) 2006-09-28: - bugfix in the cdromupgrade script 2006-09-27: diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 0b822022..7b255cf0 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -502,7 +502,7 @@ class DistUpgradeControler(object): "support for the following software " "packages. You can still get support " "from the community.\n\n" - "If you havn't enabled community " + "If you have not enabled community " "maintained software (universe), " "these packages will be suggested for " "removal in the next step."), |
