summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2024-01-24 14:10:54 -0800
committerGreg Ercolano <erco@seriss.com>2024-01-24 14:10:54 -0800
commit6a887bf69b059ad2c6a3852f1726313ad3e8f247 (patch)
treec2144b5306533b4a0f4795a324db883340ef47a3
parent8a4aa619e418fb0d3804c335bd7a05e86280e9a5 (diff)
Fix small typos in Anim GIF docs
-rw-r--r--src/Fl_Anim_GIF_Image.cxx4
1 files 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.