diff --git a/papis_zotero/__init__.py b/papis_zotero/__init__.py index 8b13ed1..4806fca 100644 --- a/papis_zotero/__init__.py +++ b/papis_zotero/__init__.py @@ -73,7 +73,7 @@ def serve(address: str, port: int) -> None: default=None, type=str) @click.option("--link", - help="Wether to link the pdf files or copy them", + help="Whether to link the pdf files or copy them", is_flag=True, default=False) def do_importer(from_bibtex: Optional[str], from_sql: Optional[str], diff --git a/papis_zotero/utils.py b/papis_zotero/utils.py index 347cad0..e139df1 100644 --- a/papis_zotero/utils.py +++ b/papis_zotero/utils.py @@ -14,7 +14,7 @@ "accessDate", "id", "shortTitle", - "attachements", + "attachments", }) # dictionary of Zotero attachments mimetypes to be included