From dd6645afa92d456b483747769cf72b2457113e21 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 15 Jun 2016 21:48:55 +0300 Subject: Fix minor typos Reviewed-By: Petr Spacek --- ipatests/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests') diff --git a/ipatests/i18n.py b/ipatests/i18n.py index 368712599..7864c8ab2 100755 --- a/ipatests/i18n.py +++ b/ipatests/i18n.py @@ -549,7 +549,7 @@ def create_po(pot_file, po_file, mo_file): break - # Iterate over all msgid's and form a the msgstr by prepending + # Iterate over all msgid's and form a msgstr by prepending # the prefix and appending the suffix for entry in po: if entry.msgid_plural: -- cgit