Corrected typos.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8462 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2011-02-22 09:41:26 +00:00
parent cc79642a94
commit 6e24f93c1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 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. "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. 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 The inherited destructor frees all memory and server resources that are used
+1 -1
View File
@@ -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 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. "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. shared images (see: Fl_Shared_Image) and will be available by that name.
\param name_png A name given to this image or NULL \param name_png A name given to this image or NULL