Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 512754d0 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Typo

parent 8fdf57ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ class DavResourceFinder(
            principal = dav.requestedUrl.resolve(it)
        }

        // Is it a calendar book and/or principal?
        // Is it a calendar and/or principal?
        dav[ResourceType::class.java]?.let {
            if (it.types.contains(ResourceType.CALENDAR)) {
                val info = Collection.fromDavResponse(dav)!!
@@ -300,7 +300,7 @@ class DavResourceFinder(
            for (href in homeSet.hrefs) {
                dav.requestedUrl.resolve(href)?.let {
                    val location = UrlUtils.withTrailingSlash(it)
                    log.info("Found calendar book home-set at $location")
                    log.info("Found calendar home-set at $location")
                    config.homeSets += location
                }
            }