diff --git a/interface/wx/datetime.h b/interface/wx/datetime.h index 1ee65c549c..fc88a79dd6 100644 --- a/interface/wx/datetime.h +++ b/interface/wx/datetime.h @@ -274,7 +274,7 @@ public: This struct is analogous to standard C struct tm and uses the same, not always immediately obvious, conventions for its members: - notably its mon and mday fields count from 0 while yday counts from 1. + notably its mon and yday fields count from 0 while mday counts from 1. */ struct Tm {