Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct typos
  • Loading branch information
kthoden committed Sep 4, 2020
1 parent 5ecd40e commit 10458fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/eoatex2imxml.py
Expand Up @@ -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

##############################################################
Expand Down
2 changes: 1 addition & 1 deletion src/utils/libeoaconvert.py
Expand Up @@ -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
"""
Expand Down

0 comments on commit 10458fa

Please sign in to comment.