From 6e24f93c1ac7fab493e479e8228b724ba9586071 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 22 Feb 2011 09:41:26 +0000 Subject: [PATCH] Corrected typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8462 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_JPEG_Image.cxx | 2 +- src/Fl_PNG_Image.cxx | 2 +- 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