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 (