Fix small typos in Anim GIF docs

This commit is contained in:
Greg Ercolano 2024-01-24 14:10:54 -08:00
parent 8a4aa619e4
commit 6a887bf69b

View File

@ -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.