summaryrefslogtreecommitdiff
path: root/src/Fl_GIF_Image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-04-20 17:25:32 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-04-20 17:26:33 +0200
commit804c48515d63393d12f61f8a783dc9f0586fcdba (patch)
treef318fe212f580e753da969c3c68481ab83a7bc99 /src/Fl_GIF_Image.cxx
parentc1d0783df9b639e85ddb99477ca8b2a5dd962d93 (diff)
Improve docs of Fl_Image and related classes (#431)
Clarifications as discussed since April 15, 2022 07:00 UTC (see GitHub issue #431).
Diffstat (limited to 'src/Fl_GIF_Image.cxx')
-rw-r--r--src/Fl_GIF_Image.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_GIF_Image.cxx b/src/Fl_GIF_Image.cxx
index b6b51fb45..67f1014ba 100644
--- a/src/Fl_GIF_Image.cxx
+++ b/src/Fl_GIF_Image.cxx
@@ -105,7 +105,7 @@ static int gif_error(Fl_Image_Reader &rdr, int line, uchar *Image) {
/**
This constructor loads a GIF image from the given file.
- IF a GIF image is animated, Fl_GIF_Image will only read and display the
+ If a GIF image is animated, Fl_GIF_Image will only read and display the
first frame of the animation.
The destructor frees all memory and server resources that are used by
@@ -140,7 +140,7 @@ Fl_GIF_Image::Fl_GIF_Image(const char *filename) :
\p imagename can be NULL. If a name is given, the image is added to the list of
shared images and will be available by that name.
- IF a GIF image is animated, Fl_GIF_Image will only read and display the
+ If a GIF image is animated, Fl_GIF_Image will only read and display the
first frame of the animation.
The destructor frees all memory and server resources that are used by