gdate: Fix a typo in a code comment

This commit is contained in:
Michael Vetter 2022-06-29 15:53:28 +02:00
parent ac898b8e67
commit 162df3a6fa

View File

@ -170,7 +170,7 @@ guint g_date_get_day_of_year (const GDate *date);
* that day, return 0. These are not ISO weeks of the year; that
* routine needs to be added.
* these functions return the number of weeks, starting on the
* corrsponding day
* corresponding day
*/
GLIB_AVAILABLE_IN_ALL
guint g_date_get_monday_week_of_year (const GDate *date);