summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-09-01 12:16:10 -0700
committerChristian Hergert <chergert@redhat.com>2022-09-01 12:16:10 -0700
commitf5488bb4b21d45d29609ea404854616f8228d507 (patch)
tree9d6dfd95d122c8ec9011c04de331cbbda15898fd
parent88f38f598b203f53ad2b3c8e06be8f97711b3bc2 (diff)
downloadgtk+-f5488bb4b21d45d29609ea404854616f8228d507.tar.gz
gdk: fix typo in frame clock docs
-rw-r--r--gdk/gdkframeclock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkframeclock.h b/gdk/gdkframeclock.h
index 0fd6bca1f4..2579fee329 100644
--- a/gdk/gdkframeclock.h
+++ b/gdk/gdkframeclock.h
@@ -50,7 +50,7 @@ typedef struct _GdkFrameClockClass GdkFrameClockClass;
* @GDK_FRAME_CLOCK_PHASE_FLUSH_EVENTS: corresponds to GdkFrameClock::flush-events. Should not be handled by applications.
* @GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT: corresponds to GdkFrameClock::before-paint. Should not be handled by applications.
* @GDK_FRAME_CLOCK_PHASE_UPDATE: corresponds to GdkFrameClock::update.
- * @GDK_FRAME_CLOCK_PHASE_LAYOUT: corresponds to GdkFrameClock::layout. Should not be handled by applicatiosn.
+ * @GDK_FRAME_CLOCK_PHASE_LAYOUT: corresponds to GdkFrameClock::layout. Should not be handled by applications.
* @GDK_FRAME_CLOCK_PHASE_PAINT: corresponds to GdkFrameClock::paint.
* @GDK_FRAME_CLOCK_PHASE_RESUME_EVENTS: corresponds to GdkFrameClock::resume-events. Should not be handled by applications.
* @GDK_FRAME_CLOCK_PHASE_AFTER_PAINT: corresponds to GdkFrameClock::after-paint. Should not be handled by applications.