From 32e4e88d18418f2fe69502708b7dc21f65f90676 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:30:26 -0500 Subject: [PATCH] spelling: processor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gdraw_command_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gdraw_command_image.h b/src/fw/applib/graphics/gdraw_command_image.h index 322064b4..606cd428 100644 --- a/src/fw/applib/graphics/gdraw_command_image.h +++ b/src/fw/applib/graphics/gdraw_command_image.h @@ -74,7 +74,7 @@ bool gdraw_command_image_validate(GDrawCommandImage *image, size_t size); //! @param offset Offset from draw context origin to draw the image void gdraw_command_image_draw(GContext *ctx, GDrawCommandImage *image, GPoint offset); -//! Draw an image after being processed by the passed in proccessor +//! Draw an image after being processed by the passed in processor //! @param ctx The destination graphics context in which to draw //! @param image Image to draw //! @param offset Offset from draw context origin to draw the image