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);