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 /textw | |
parent | 86c9fa5dd95d333dd91d74c7d51552fa60920a15 (diff) | |
download | anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.gz anaconda-f58773416cd9926a203d0680040c6599e9623a07.tar.xz anaconda-f58773416cd9926a203d0680040c6599e9623a07.zip |
fix speling (#68541)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/fdasd_text.py | 2 |
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) |