summaryrefslogtreecommitdiff
path: root/gdk/gdkscreen.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-18 08:36:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-18 08:36:53 -0500
commitbbc08d08a9f54deaf20842af8c301aedc13399ed (patch)
treed9eb8e44447e73c84299a499cbdc7f7c0929a865 /gdk/gdkscreen.c
parent65ae48d707b888d4a5c81d8f52982c0db5e6e96d (diff)
downloadgtk+-bbc08d08a9f54deaf20842af8c301aedc13399ed.tar.gz
Trivial typo fix
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 649f49ed75..801825919b 100644
--- a/gdk/gdkscreen.c
+++ b/gdk/gdkscreen.c
@@ -1090,7 +1090,7 @@ gdk_screen_get_setting (GdkScreen *screen,
* @screen: screen to get scale factor for
* @monitor_num: number of the monitor, between 0 and gdk_screen_get_n_monitors (screen)
*
- * Returns the internal scale factor that maps from monitor coordiantes
+ * Returns the internal scale factor that maps from monitor coordinates
* to the actual device pixels. On traditional systems this is 1, but
* on very high density outputs this can be a higher value (often 2).
*