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