From 466e7f750557b603deeb7881d02d562c77e95094 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:01:52 -0500 Subject: [PATCH] spelling: retrieves Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gcontext.h b/src/fw/applib/graphics/gcontext.h index a425c81b..dc200c32 100644 --- a/src/fw/applib/graphics/gcontext.h +++ b/src/fw/applib/graphics/gcontext.h @@ -230,7 +230,7 @@ void graphics_context_mask_destroy(GContext *ctx, GDrawMask *mask); GSize graphics_context_get_framebuffer_size(GContext *ctx); //! @internal -//! Retreives the destination bitmap for the graphics context. +//! Retrieves the destination bitmap for the graphics context. //! @param ctx The graphics context to retrieve the bitmap for. GBitmap* graphics_context_get_bitmap(GContext* ctx);