spelling: processor

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:30:26 -05:00
parent 4329f3eeb6
commit 32e4e88d18

View file

@ -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 //! @param offset Offset from draw context origin to draw the image
void gdraw_command_image_draw(GContext *ctx, GDrawCommandImage *image, GPoint offset); 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 ctx The destination graphics context in which to draw
//! @param image Image to draw //! @param image Image to draw
//! @param offset Offset from draw context origin to draw the image //! @param offset Offset from draw context origin to draw the image