aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-08-28 16:28:49 +0200
committerSARL ENR-68 <david@david.david>2014-08-28 16:28:49 +0200
commite19f03c47399ad93a44492c707e080879dda8aa8 (patch)
treed784aea55dbd2998c19035a61dc4d010d68d10a6 /lib
parentb60f33555e2592319860dad719f38ef6f73e0dfa (diff)
downloadisodumper-e19f03c47399ad93a44492c707e080879dda8aa8.tar
isodumper-e19f03c47399ad93a44492c707e080879dda8aa8.tar.gz
isodumper-e19f03c47399ad93a44492c707e080879dda8aa8.tar.bz2
isodumper-e19f03c47399ad93a44492c707e080879dda8aa8.tar.xz
isodumper-e19f03c47399ad93a44492c707e080879dda8aa8.zip
fix a typo on the word 'occurred' instead of 'occured'
- on all po and pot files - on isodumper.py file - using (where . is the folder path of isodumper): - find . -type f -name "*.py" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.po" -print0 | xargs -0 sed -i 's/occured/occurred/g' - find . -type f -name "*.pot" -print0 | xargs -0 sed -i 's/occured/occurred/g'
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index b2a4919..4a5eb9f 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -248,7 +248,7 @@ class IsoDumper:
self.logger(message)
self.success()
elif rc == 5:
- message = _("An error occured while creating a partition.")
+ message = _("An error occurred while creating a partition.")
elif rc == 127:
message = _('Authentication error.')
else: