From 27907408136cd3339beac5ea98318830ff837ab6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Aug 2019 00:54:22 +1000 Subject: Cleanup: spelling --- release/scripts/modules/bl_i18n_utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/bl_i18n_utils') diff --git a/release/scripts/modules/bl_i18n_utils/utils.py b/release/scripts/modules/bl_i18n_utils/utils.py index bbc0c5c8405..2cca4171193 100644 --- a/release/scripts/modules/bl_i18n_utils/utils.py +++ b/release/scripts/modules/bl_i18n_utils/utils.py @@ -834,7 +834,7 @@ class I18nMessages: def parse_messages_from_po(self, src, key=None): """ Parse a po file. - Note: This function will silently "arrange" mis-formated entries, thus using afterward write_messages() should + Note: This function will silently "arrange" mis-formatted entries, thus using afterward write_messages() should always produce a po-valid file, though not correct! """ reading_msgid = False -- cgit v1.2.3