summaryrefslogtreecommitdiff
path: root/gdk/gdkscreen.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-11-04 11:45:19 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-11-04 11:45:19 +0000
commit452e303ec06bd79d4af98c9e032ab221d0813b4a (patch)
tree6aac02d630b81805c51fc7f8bae0b31a3b966887 /gdk/gdkscreen.c
parent9db30bd0d7496c99f62f50b844be8141b7bedd22 (diff)
downloadgtk+-452e303ec06bd79d4af98c9e032ab221d0813b4a.tar.gz
docs: Fix typo in gdk_screen_get_scale_factor()
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r--gdk/gdkscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c
index 494902251c..649f49ed75 100644
--- a/gdk/gdkscreen.c
+++ b/gdk/gdkscreen.c
@@ -1095,7 +1095,7 @@ gdk_screen_get_setting (GdkScreen *screen,
* on very high density outputs this can be a higher value (often 2).
*
* This can be used if you want to create pixel based data for a
- * particula monitor, but most of the time you’re drawing to a window
+ * particular monitor, but most of the time you’re drawing to a window
* where it is better to use gdk_window_get_scale_factor() instead.
*
* Since: 3.10