]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.h
Fix crash again
[wxWidgets.git] / include / wx / datetime.h
index 7da0c17a28ba00d36648e27f9c461514323994ac..5942e0cc33be3b0d291ff3e00d63c5d35a264e90 100644 (file)
@@ -706,7 +706,7 @@ public:
     wxDateTime& SetToPrevWeekDay(WeekDay weekday);
     inline wxDateTime GetPrevWeekDay(WeekDay weekday) const;
 
-        // set to Nth occurence of given weekday in the given month of the
+        // set to Nth occurrence of given weekday in the given month of the
         // given year (time is set to 0), return true on success and false on
         // failure. n may be positive (1..5) or negative to count from the end
         // of the month (see helper function SetToLastWeekDay())