Source: polib Version: 1.0.0-2 Severity: minor Tags: patch
Please see the attached patch. -- Jakub Wilk
diff --git a/polib.py b/polib.py
--- a/polib.py
+++ b/polib.py
@@ -439,7 +439,7 @@
def ordered_metadata(self):
"""
Convenience method that returns an ordered version of the metadata
- dictionnary. The return value is list of tuples (metadata name,
+ dictionary. The return value is list of tuples (metadata name,
metadata_value).
"""
# copy the dict first

