diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2015-10-30 22:50:06 +0100 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2015-10-30 22:50:06 +0100 |
| commit | 0ae66e891a92b999774704ac3f4d074bd49d9e9a (patch) | |
| tree | 5e6ed7c4f4b9a5c2b2f9ff960f558380ce50ca82 | |
| parent | f080ab8ce022f06e47c96ea444b00df7c2204814 (diff) | |
| parent | 9f78c6895318be2906c93cc25e68dd1c09a1c6fe (diff) | |
Merge pull request #647 from stweil/master
Fix typo in comments
| -rw-r--r-- | src/lib/openjp2/jp2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/jp2.c b/src/lib/openjp2/jp2.c index c14e9a06..fea34771 100644 --- a/src/lib/openjp2/jp2.c +++ b/src/lib/openjp2/jp2.c @@ -94,7 +94,7 @@ static OPJ_BYTE * opj_jp2_write_bpcc( opj_jp2_t *jp2, * @param p_bpc_header_size the size of the bpc header * @param p_manager the user event manager. * - * @return true if the bpc header is valid, fale else. + * @return true if the bpc header is valid, false else. */ static OPJ_BOOL opj_jp2_read_bpcc( opj_jp2_t *jp2, OPJ_BYTE * p_bpc_header_data, @@ -311,7 +311,7 @@ static OPJ_BOOL opj_jp2_read_cmap( opj_jp2_t * jp2, * @param p_colr_header_size the size of the color header * @param p_manager the user event manager. * - * @return true if the bpc header is valid, fale else. + * @return true if the bpc header is valid, false else. */ static OPJ_BOOL opj_jp2_read_colr( opj_jp2_t *jp2, OPJ_BYTE * p_colr_header_data, |
