diff --git a/radicale/storage/__init__.py b/radicale/storage/__init__.py index b957451..7d2f1e7 100644 --- a/radicale/storage/__init__.py +++ b/radicale/storage/__init__.py @@ -195,7 +195,7 @@ class BaseCollection: # Concatenate all child elements of VCALENDAR from all items # together, while preventing duplicated VTIMEZONE entries. # VTIMEZONEs are only distinguished by their TZID, if different - # timezones share the same TZID this produces errornous ouput. + # timezones share the same TZID this produces erroneous output. # VObject fails at this too. for item in self.get_all(): depth = 0