From c0ecf6f39a6db1e4ad9aa44485b2e5292e9cb953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B6bl?= Date: Thu, 10 Feb 2022 15:50:02 +0100 Subject: [PATCH] correct typo --- tests/more_than_256_colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/more_than_256_colors.c b/tests/more_than_256_colors.c index faf53a9..a441000 100644 --- a/tests/more_than_256_colors.c +++ b/tests/more_than_256_colors.c @@ -9,7 +9,7 @@ #define HEIGHT 255 /* This code is an example of how a GIF with frames including more than 256 colors can be created by reusing colors from a previous frame. - The general restriction of GIF that only 256 new colors can be intruduced in one frame remains of course */ + The general restriction of GIF that only 256 new colors can be introduced in one frame remains of course */ int main(void) { CGIF* pGIF; CGIF_Config gConfig;