From 6a887bf69b059ad2c6a3852f1726313ad3e8f247 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 24 Jan 2024 14:10:54 -0800 Subject: [PATCH] Fix small typos in Anim GIF docs --- src/Fl_Anim_GIF_Image.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fl_Anim_GIF_Image.cxx b/src/Fl_Anim_GIF_Image.cxx index dd84c3aab..155ec4ca2 100644 --- a/src/Fl_Anim_GIF_Image.cxx +++ b/src/Fl_Anim_GIF_Image.cxx @@ -506,7 +506,7 @@ bool Fl_Anim_GIF_Image::loop = true; /** Load an animated GIF image from a file. - This constructor creates an animated image form a GIF-formatted file. + This constructor creates an animated image from a GIF-formatted file. Optionally it applies the \ref canvas() method after successful load. If \ref DONT_START is not specified in the \p flags parameter it calls \ref start() after successful load. @@ -550,7 +550,7 @@ Fl_Anim_GIF_Image::Fl_Anim_GIF_Image(const char *filename, /** Load an animated GIF image from memory. - This constructor creates an animated image form a GIF-formatted block in + This constructor creates an animated image from a GIF-formatted block in memory. Optionally it applies the \ref canvas() method after successful load. If \ref DONT_START is not specified in the \p flags parameter it calls \ref start() after successful load.