From bd1d527d0ea47c197f11c6412e5a6f89e545569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:21:26 +0000 Subject: [PATCH] typo --- api/ovdashboard_api/dav_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ovdashboard_api/dav_common.py b/api/ovdashboard_api/dav_common.py index 808882f..420bfa2 100644 --- a/api/ovdashboard_api/dav_common.py +++ b/api/ovdashboard_api/dav_common.py @@ -84,7 +84,7 @@ def webdav_resource(remote_path: Any) -> WebDAVResource: @run_in_executor def webdav_list(remote_path: str) -> list[str]: """ - Asynchroneously lists a WebDAV path using the main WebDAV client. + Asynchronously lists a WebDAV path using the main WebDAV client. """ return _WEBDAV_CLIENT.list( @@ -110,7 +110,7 @@ def caldav_principal() -> CalDAVPrincipal: @run_in_executor def caldav_list() -> Iterator[str]: """ - Asynchroneously lists all calendars using the main WebDAV client. + Asynchronously lists all calendars using the main WebDAV client. """ return (