From 4dcf1ed11955ad5bb911695211997ae5891a4179 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:26:56 -0500 Subject: [PATCH] spelling: preexisting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/freetype/ftimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/freetype/ftimage.h b/includes/freetype/ftimage.h index 185967c..62e774e 100644 --- a/includes/freetype/ftimage.h +++ b/includes/freetype/ftimage.h @@ -1015,7 +1015,7 @@ FT_BEGIN_HEADER * * If the @FT_RASTER_FLAG_DIRECT bit flag is set in `flags`, the raster * will call the `gray_spans` callback to draw gray pixel spans. This - * allows direct composition over a pre-existing bitmap through + * allows direct composition over a preexisting bitmap through * user-provided callbacks to perform the span drawing and composition. * Not supported by the monochrome rasterizer. */