summaryrefslogtreecommitdiffstats
path: root/textw/fdasd_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 /textw/fdasd_text.py
parent86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff)
downloadanaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz
anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip
fix speling (#68541)
Diffstat (limited to 'textw/fdasd_text.py')
-rw-r--r--textw/fdasd_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/fdasd_text.py b/textw/fdasd_text.py
index 4ac373f42..83c89c0b5 100644
--- a/textw/fdasd_text.py
+++ b/textw/fdasd_text.py
@@ -71,7 +71,7 @@ class fdasdPartitionWindow:
if rc:
intf.messageWindow( _("Error"),
- _("An error occured while running %s on drive %s.") % (path, device))
+ _("An error occurred while running %s on drive %s.") % (path, device))
try:
os.remove('/tmp/' + device)