From 21099f22409d0638b061fbfbb35db3cb6ec9cea7 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 23 Mar 2021 10:48:25 +1100 Subject: [PATCH] docs: fix simple typo, errornous -> erroneous (#1126) * docs: fix simple typo, errornous -> erroneous There is a small typo in radicale/storage/__init__.py. Should read `erroneous` rather than `errornous`. * Update __init__.py --- radicale/storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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