Fix typos

This commit is contained in:
Markus Unterwaditzer 2014-03-18 17:21:33 +01:00
parent f341c4a294
commit a4557ef5cf

View file

@ -27,7 +27,7 @@ class ServerMixin(object):
if self.storage_class.fileext == '.vcf': if self.storage_class.fileext == '.vcf':
url += '/remote.php/carddav/addressbooks/asdf/' url += '/remote.php/carddav/addressbooks/asdf/'
elif self.storage_class.fileext == '.ics': elif self.storage_class.fileext == '.ics':
url += '/remote.php/carddav/addressbooks/asdf/' url += '/remote.php/caldav/calendars/asdf/'
else: else:
raise RuntimeError(self.storage_class.fileext) raise RuntimeError(self.storage_class.fileext)
if collection is not None: if collection is not None: