While we're at it, fix typos like prefered occurences in variable names.
[claws.git] / src / plugins / vcalendar / vcal_manager.h
index 9a4b43f1fd38c86f483d2fb8964f7c5e8af2c213..92b9fac63adabd2ff5c9fe6d872fc9aac9932a0a 100644 (file)
@@ -53,7 +53,7 @@ struct _VCalEvent
        gchar *url;
        enum icalcomponent_kind type;
        time_t postponed;
-       gboolean rec_occurence;
+       gboolean rec_occurrence;
 };
 
 typedef struct _Answer Answer;