summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_JPEG_Image.cxx2
-rw-r--r--src/Fl_PNG_Image.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx
index 330618013..8b152c0b1 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -271,7 +271,7 @@ static void jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *data)
Construct an image from a block of memory inside the application. Fluid offers
"binary Data" chunks as a great way to add image data into the C++ source code.
- name_png can be NULL. If a name is givem the image is added to the the list of
+ name_png can be NULL. If a name is given, the image is added to the list of
shared images (see: Fl_Shared_Image) and will be available by that name.
The inherited destructor frees all memory and server resources that are used
diff --git a/src/Fl_PNG_Image.cxx b/src/Fl_PNG_Image.cxx
index 798c08854..1ac8dbef2 100644
--- a/src/Fl_PNG_Image.cxx
+++ b/src/Fl_PNG_Image.cxx
@@ -95,7 +95,7 @@ Fl_PNG_Image::Fl_PNG_Image (const char *filename): Fl_RGB_Image(0,0,0)
Construct an image from a block of memory inside the application. Fluid offers
"binary Data" chunks as a great way to add image data into the C++ source code.
- name_png can be NULL. If a name is givem the image is added to the the list of
+ name_png can be NULL. If a name is given, the image is added to the list of
shared images (see: Fl_Shared_Image) and will be available by that name.
\param name_png A name given to this image or NULL