summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-07-11 01:16:31 +0000
committerBill Nottingham <notting@redhat.com>2002-07-11 01:16:31 +0000
commitf58773416cd9926a203d0680040c6599e9623a07 (patch)
tree8f972c16873edfceb9bff4f492d73328b83455cb /image.py
parent86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff)
downloadanaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip
fix speling (#68541)
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 206c52e1d..2d2783870 100644
--- a/image.py
+++ b/image.py
@@ -74,7 +74,7 @@ class CdromInstallMethod(ImageInstallMethod):
_("Transferring install image to hard drive...")))
except:
self.messageWindow(_("Error"),
- _("An error occured transferring the install image "
+ _("An error occurred transferring the install image "
"to your hard drive. You are probably out of disk "
"space."))
os.unlink(self.loopbackFile)