Fix typos in jsdoc

This commit is contained in:
Veeck
2019-03-08 11:19:15 +01:00
parent 29ef1db86b
commit de684dcb63
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ var CalendarFetcher = function(url, reloadInterval, excludedEvents, maximumEntri
/* isFullDayEvent(event)
* Checks if an event is a fullday event.
*
* argument event obejct - The event object to check.
* argument event object - The event object to check.
*
* return bool - The event is a fullday event.
*/