diff options
author | Bill Nottingham <notting@redhat.com> | 2002-07-11 01:16:31 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-07-11 01:16:31 +0000 |
commit | f58773416cd9926a203d0680040c6599e9623a07 (patch) | |
tree | 8f972c16873edfceb9bff4f492d73328b83455cb /upgrade.py | |
parent | 86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff) | |
download | anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip |
fix speling (#68541)
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py index d125ca560..b3b8ff9b2 100644 --- a/upgrade.py +++ b/upgrade.py @@ -328,7 +328,7 @@ def upgradeFindPackages(intf, method, id, instPath, dir): iutil.rmrf(rebuildpath) win.pop() intf.messageWindow(_("Error"), - _("An error occured when finding the packages to " + _("An error occurred when finding the packages to " "upgrade.")) sys.exit(0) |