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 /image.py | |
parent | 86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff) | |
download | anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip |
fix speling (#68541)
Diffstat (limited to 'image.py')
-rw-r--r-- | image.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |