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 /rescue.py | |
parent | 86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff) | |
download | anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip |
fix speling (#68541)
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ def runRescue(instPath, mountroot, id): raise exc, val, sys.exc_info()[2] ButtonChoiceWindow(screen, _("Rescue"), - _("An error occured trying to mount some or all of your " + _("An error occurred trying to mount some or all of your " "system. Some of it may be mounted under %s.\n\n" "Press <return> to get a shell. The system will reboot " "automatically when you exit from the shell." % (instPath,)), |