mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-27 05:24:02 +00:00
docs: Fix simple typo, interate -> iterate
There is a small typo in rosetta/views.py. Should read `iterate` rather than `interate`.
This commit is contained in:
parent
7ebd8e1dc3
commit
a4def51639
1 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ class RosettaFileLevelMixin(RosettaBaseMixin):
|
|||
wrapwidth=rosetta_settings.POFILE_WRAP_WIDTH)
|
||||
for entry in po_file:
|
||||
# Entry is an object representing a single entry in the catalog.
|
||||
# We interate through the *entire catalog*, pasting a hashed
|
||||
# We iterate through the *entire catalog*, pasting a hashed
|
||||
# value of the meat of each entry on its side in an attribute
|
||||
# called "md5hash".
|
||||
str_to_hash = (
|
||||
|
|
@ -174,7 +174,7 @@ class RosettaFileLevelMixin(RosettaBaseMixin):
|
|||
po_file = pofile(self.po_file_path)
|
||||
for entry in po_file:
|
||||
# Entry is an object representing a single entry in the
|
||||
# catalog. We interate through the entire catalog, pasting
|
||||
# catalog. We iterate through the entire catalog, pasting
|
||||
# a hashed value of the meat of each entry on its side in
|
||||
# an attribute called "md5hash".
|
||||
str_to_hash = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue