diff --git a/src/eoatex2imxml.py b/src/eoatex2imxml.py index 933c5c6..78f5eff 100755 --- a/src/eoatex2imxml.py +++ b/src/eoatex2imxml.py @@ -1107,7 +1107,7 @@ def check_footnote_paragraphs(): logging.warning(grep_output.decode("utf-8")) logging.warning("===\n") else: - logging.inf("Footnote check found no errors") + logging.info("Footnote check found no errors") # def check_footnote_paragraphs ends here ############################################################## diff --git a/src/utils/libeoaconvert.py b/src/utils/libeoaconvert.py index 50dabae..cb334a2 100644 --- a/src/utils/libeoaconvert.py +++ b/src/utils/libeoaconvert.py @@ -181,7 +181,7 @@ def two_letter_language(language_string): def plural(num, noun, plural=None): """Return singular or plural form of noun, depending on num. - Plural form defaults to "s", but can be speficied as keyword + Plural form defaults to "s", but can be specified as keyword argument """