summaryrefslogtreecommitdiffstats
path: root/text.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 /text.py
parent86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff)
downloadanaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip
fix speling (#68541)
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 3a128687b..d87c46e9e 100644
--- a/text.py
+++ b/text.py
@@ -287,7 +287,7 @@ class InstallInterface:
return 0
def exceptionWindow(self, title, text):
- ugh = "%s\n\n" % (_("An unhandled exception has occured. This "
+ ugh = "%s\n\n" % (_("An unhandled exception has occurred. This "
"is most likely a bug. Please copy the "
"full text of this exception or save the crash "
"dump to a floppy then file a detailed bug "