summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-11-30 14:26:17 +0100
committerEven Rouault <even.rouault@spatialys.com>2017-11-30 14:26:17 +0100
commit936910cf7a4d85e341582746126d105a8a044f30 (patch)
tree9aeda3c42205b9b6a658958c28af7d95356a925b /src
parent370d024d108ffe2d5ce9b52f6b7fae5261c4871d (diff)
Fix typo in comments
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp2/j2k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/j2k.c b/src/lib/openjp2/j2k.c
index 6318719c..e283884f 100644
--- a/src/lib/openjp2/j2k.c
+++ b/src/lib/openjp2/j2k.c
@@ -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.