From e3c1fb279e3e71b069dbc6832ed73b73f26fd039 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:18:58 -0500 Subject: [PATCH] spelling: compositor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/compositor/compositor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/compositor/compositor.h b/src/fw/services/common/compositor/compositor.h index 88769b43..4e5385a8 100644 --- a/src/fw/services/common/compositor/compositor.h +++ b/src/fw/services/common/compositor/compositor.h @@ -127,7 +127,7 @@ void compositor_set_modal_transition_offset(GPoint modal_offset); //! Stops an existing transition in its tracks. void compositor_transition_cancel(void); -//! Don't allow new frames to be pushed to the compostor from either the app or the modal. +//! Don't allow new frames to be pushed to the compositor from either the app or the modal. void compositor_freeze(void); //! Resuming allowing new frames to be pushed to the compositor, undoes the effects of