Skip to content

Commit 88e8961

Browse files
committed
fixed another typo
1 parent 22bbdea commit 88e8961

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bpython/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def append_reload_and_write(self, s, filename, encoding):
233233

234234
self.entries = entries
235235
except EnvironmentError as err:
236-
raise RuntimeError(_('Error occurded while writing to file %s (%s)')
236+
raise RuntimeError(_('Error occured while writing to file %s (%s)')
237237
% (filename, err.strerror))
238238
else:
239239
if len(self.entries) == 0:

bpython/translations/bpython.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#: bpython/history.py:236
8080
#, python-format
81-
msgid "Error occurded while writing to file %s (%s)"
81+
msgid "Error occured while writing to file %s (%s)"
8282
msgstr ""
8383

8484
#: bpython/repl.py:477

bpython/translations/de/LC_MESSAGES/bpython.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#: bpython/history.py:236
8080
#, python-format
81-
msgid "Error occurded while writing to file %s (%s)"
81+
msgid "Error occured while writing to file %s (%s)"
8282
msgstr "Fehler beim Schreiben in Datei %s aufgetreten (%s)"
8383

8484
#: bpython/repl.py:477

bpython/translations/es_ES/LC_MESSAGES/bpython.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#: bpython/history.py:236
8080
#, python-format
81-
msgid "Error occurded while writing to file %s (%s)"
81+
msgid "Error occured while writing to file %s (%s)"
8282
msgstr ""
8383

8484
#: bpython/repl.py:477

bpython/translations/fr_FR/LC_MESSAGES/bpython.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ msgstr "saisir les lignes du fichier interactivement"
7676

7777
#: bpython/history.py:236
7878
#, python-format
79-
msgid "Error occurded while writing to file %s (%s)"
79+
msgid "Error occured while writing to file %s (%s)"
8080
msgstr "Une erreur s'est produite pendant l'écriture du fichier %s (%s)"
8181

8282
#: bpython/repl.py:477

bpython/translations/it_IT/LC_MESSAGES/bpython.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#: bpython/history.py:236
8080
#, python-format
81-
msgid "Error occurded while writing to file %s (%s)"
81+
msgid "Error occured while writing to file %s (%s)"
8282
msgstr ""
8383

8484
#: bpython/repl.py:477

bpython/translations/nl_NL/LC_MESSAGES/bpython.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#: bpython/history.py:236
8080
#, python-format
81-
msgid "Error occurded while writing to file %s (%s)"
81+
msgid "Error occured while writing to file %s (%s)"
8282
msgstr ""
8383

8484
#: bpython/repl.py:477

0 commit comments

Comments
 (0)