From efbae75f3d6e3251e38d22700a3284ba302865fe Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 3 Mar 2020 09:51:48 +0000 Subject: [PATCH] gdk_monitor_get_model: Fix a typo in the function documentation --- gdk/gdkmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkmonitor.c b/gdk/gdkmonitor.c index dbdcdddf04..97a1700cea 100644 --- a/gdk/gdkmonitor.c +++ b/gdk/gdkmonitor.c @@ -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 */