summaryrefslogtreecommitdiff
path: root/gdk/quartz
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
commitc0cf839729f98a5920ce930c39bae80a30946a42 (patch)
tree737b0ebbbf40763f686bf1b48b95d597fe4ddc56 /gdk/quartz
parent2a51d4fba895f8ec05e15d6bd4849fdcbb03d579 (diff)
downloadgtk+-c0cf839729f98a5920ce930c39bae80a30946a42.tar.gz
Fix minor typos
Diffstat (limited to 'gdk/quartz')
-rw-r--r--gdk/quartz/gdkeventloop-quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/quartz/gdkeventloop-quartz.c b/gdk/quartz/gdkeventloop-quartz.c
index 6927188a3b..031a207b4a 100644
--- a/gdk/quartz/gdkeventloop-quartz.c
+++ b/gdk/quartz/gdkeventloop-quartz.c
@@ -64,7 +64,7 @@ static int acquired_loop_level = -1;
static gboolean run_loop_polling_async = FALSE;
/* Between run_loop_before_waiting() and run_loop_after_waiting();
- * max_prioritiy to pass to g_main_loop_check()
+ * max_priority to pass to g_main_loop_check()
*/
static gint run_loop_max_priority;