summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-06-07 06:21:40 +0000
committerManolo Gouy <Manolo>2015-06-07 06:21:40 +0000
commit7b9bf2cbdb72eaa43ffdb5a19dea7f4a6e1aab4d (patch)
treebf836f6bb6c44de860681564efc8bf02e3bb0e93 /src/Fl_JPEG_Image.cxx
parentd37447c7a1d5b24db8d0e224009f03242a38ee5b (diff)
Fixed typos in the constructors of Fl_JPEG_Image.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10743 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 098651e34..8c8b762d1 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -89,7 +89,7 @@ extern "C" {
by the image.
Use Fl_Image::fail() to check if Fl_JPEG_Image failed to load. fail() returns
- ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the
+ ERR_FILE_ACCESS if the file could not be 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 than zero.
@@ -283,7 +283,7 @@ static void jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *data)
by the image.
Use Fl_Image::fail() to check if Fl_JPEG_Image failed to load. fail() returns
- ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the
+ ERR_FILE_ACCESS if the file could not be 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 than zero.