Fix typo in comments
authorEven Rouault <even.rouault@spatialys.com>
Thu, 30 Nov 2017 13:26:17 +0000 (14:26 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Thu, 30 Nov 2017 13:26:17 +0000 (14:26 +0100)
src/lib/openjp2/j2k.c

index 6318719c04adab64bfed0371c84b4ab773653171..e283884faab86c6d88096562f346d4fd315ffd54 100644 (file)
@@ -508,7 +508,7 @@ static OPJ_BOOL opj_j2k_write_cod(opj_j2k_t *p_j2k,
                                   opj_event_mgr_t * p_manager);
 
 /**
- * Reads a COD marker (Coding Styke defaults)
+ * Reads a COD marker (Coding style defaults)
  * @param       p_header_data   the data contained in the COD box.
  * @param       p_j2k                   the jpeg2000 codec.
  * @param       p_header_size   the size of the data contained in the COD marker.
@@ -2625,7 +2625,7 @@ static OPJ_BOOL opj_j2k_write_cod(opj_j2k_t *p_j2k,
 }
 
 /**
- * Reads a COD marker (Coding Styke defaults)
+ * Reads a COD marker (Coding style defaults)
  * @param       p_header_data   the data contained in the COD box.
  * @param       p_j2k                   the jpeg2000 codec.
  * @param       p_header_size   the size of the data contained in the COD marker.