summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-06-07 06:19:18 +0000
committerManolo Gouy <Manolo>2015-06-07 06:19:18 +0000
commitd37447c7a1d5b24db8d0e224009f03242a38ee5b (patch)
treee25c7ddc0247c19fa730a12f551deb562280c40d /src/Fl_JPEG_Image.cxx
parent217261c97fbbe3d4ef5912161c4703ca6e74aab8 (diff)
Fixed typos in doc of Fl_JPEG_Image constructors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_JPEG_Image.cxx')
-rw-r--r--src/Fl_JPEG_Image.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx
index 6dd95146a..098651e34 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -92,7 +92,7 @@ extern "C" {
ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the
JPEG format could not be decoded, and ERR_NO_IMAGE if the image could not
be loaded for another reason. If the image has loaded correctly,
- w(), h(), and d() should return values greater zero.
+ w(), h(), and d() should return values greater than zero.
\param[in] filename a full path and name pointing to a valid jpeg file.
*/
@@ -286,7 +286,7 @@ static void jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *data)
ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the
JPEG format could not be decoded, and ERR_NO_IMAGE if the image could not
be loaded for another reason. If the image has loaded correctly,
- w(), h(), and d() should return values greater zero.
+ w(), h(), and d() should return values greater than zero.
\param name A unique name or NULL
\param data A pointer to the memory location of the JPEG image