gdk_monitor_get_model: Fix a typo in the function documentation

This commit is contained in:
Antenore Gatta 2020-03-03 09:51:48 +00:00
parent 9f829ebd4a
commit efbae75f3d

View File

@ -422,7 +422,7 @@ gdk_monitor_get_manufacturer (GdkMonitor *monitor)
* gdk_monitor_get_model:
* @monitor: a #GdkMonitor
*
* Gets the a string identifying the monitor model, if available.
* Gets the string identifying the monitor model, if available.
*
* Returns: (transfer none) (nullable): the monitor model, or %NULL
*/