From 9e292f07319aa5ea8c6eb1f3cbb51ba31a0eee32 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Sat, 30 May 2020 17:41:25 -0300 Subject: [PATCH] Fix minor typo in comment on line 6532 --- stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index 2857f05..dcd202c 100644 --- a/stb_image.h +++ b/stb_image.h @@ -6529,7 +6529,7 @@ static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, i memset(g->history, 0x00, pcount); // pixels that were affected previous frame first_frame = 1; } else { - // second frame - how do we dispoase of the previous one? + // second frame - how do we dispose of the previous one? dispose = (g->eflags & 0x1C) >> 2; pcount = g->w * g->h;