Skip to content

Commit 9c0af2b

Browse files
committed
fix comment
1 parent 26cb954 commit 9c0af2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/default/calendar/calendar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ Module.register("calendar", {
184184

185185
if (notification === "CALENDAR_EVENTS") {
186186
if (this.hasCalendarURL(payload.url)) {
187-
// have we received data for this url
187+
// have we received events for this url
188188
if (!this.calendarData[payload.url]) {
189-
// no,m setup tehe structure
189+
// no, setup the structure to hold the info
190190
this.calendarData[payload.url] = { events: null, checksum: null };
191191
}
192192
// save the event list

0 commit comments

Comments
 (0)