Fix typo in comments 647/head
authorStefan Weil <sw@weilnetz.de>
Fri, 23 Oct 2015 19:26:08 +0000 (20:26 +0100)
committerStefan Weil <sw@weilnetz.de>
Thu, 29 Oct 2015 19:37:27 +0000 (20:37 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
src/lib/openjp2/jp2.c

index c14e9a066726673b18cab8d989f95188b377a06a..fea34771b8438d32db7636a20dfaf4bb362c6b58 100644 (file)
@@ -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,