diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-26 15:17:28 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-26 15:17:28 +0200 |
| commit | 94a75b012f3557687574df6533296c1a4ef51b3e (patch) | |
| tree | 5e2db2271774bda929f2d66739974fa8fbffe0cb /FL/Fl_Anim_GIF_Image.H | |
| parent | d9d474c59372a8b2b0829c400b5d0584129e3822 (diff) | |
Fixes a bunch of typos in comments.
Diffstat (limited to 'FL/Fl_Anim_GIF_Image.H')
| -rw-r--r-- | FL/Fl_Anim_GIF_Image.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Anim_GIF_Image.H b/FL/Fl_Anim_GIF_Image.H index a23ad2a5f..ca1c445ce 100644 --- a/FL/Fl_Anim_GIF_Image.H +++ b/FL/Fl_Anim_GIF_Image.H @@ -1,7 +1,7 @@ // // Fl_Anim_GIF_Image class header for the Fast Light Tool Kit (FLTK). // -// Copyright 2016-2022 by Christian Grabner <wcout@gmx.net>. +// Copyright 2016-2023 by Christian Grabner <wcout@gmx.net>. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -23,7 +23,7 @@ class Fl_Widget; #include <FL/Fl_GIF_Image.H> -// Load and display animater GIF images +// Load and display animated GIF images class FL_EXPORT Fl_Anim_GIF_Image : public Fl_GIF_Image { class FrameInfo; // internal helper class @@ -62,7 +62,7 @@ public: by storing frame data not as canvas-sized images but use the sizes defined in the GIF file. The drawbacks are higher cpu usage during playback and maybe - minor artefacts when resized. + minor artifacts when resized. */ OPTIMIZE_MEMORY = 8, /** |
