mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Fix typo in API docs for GDateTime
s/monty/month/
This commit is contained in:
parent
9fe7fd9120
commit
3e61cb2fcc
@ -1409,7 +1409,7 @@ g_date_time_equal (gconstpointer dt1,
|
||||
* g_date_time_get_ymd:
|
||||
* @datetime: a #GDateTime.
|
||||
* @year: (out): the return location for the gregorian year, or %NULL.
|
||||
* @month: (out): the return location for the monty of the year, or %NULL.
|
||||
* @month: (out): the return location for the month of the year, or %NULL.
|
||||
* @day: (out): the return location for the day of the month, or %NULL.
|
||||
*
|
||||
* Retrieves the Gregorian day, month, and year of a given #GDateTime.
|
||||
|
Loading…
Reference in New Issue
Block a user