docs: Fix typo in gdk_screen_get_scale_factor()

This commit is contained in:
Emmanuele Bassi 2015-11-04 11:45:19 +00:00
parent 9db30bd0d7
commit 452e303ec0

View File

@ -1095,7 +1095,7 @@ gdk_screen_get_setting (GdkScreen *screen,
* on very high density outputs this can be a higher value (often 2). * 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 * This can be used if you want to create pixel based data for a
* particula monitor, but most of the time youre drawing to a window * particular monitor, but most of the time youre drawing to a window
* where it is better to use gdk_window_get_scale_factor() instead. * where it is better to use gdk_window_get_scale_factor() instead.
* *
* Since: 3.10 * Since: 3.10