summaryrefslogtreecommitdiff
path: root/src/lib/openjpwl/jpwl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjpwl/jpwl.h')
-rw-r--r--src/lib/openjpwl/jpwl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpwl/jpwl.h b/src/lib/openjpwl/jpwl.h
index 748a6b38..ca0ee0a1 100644
--- a/src/lib/openjpwl/jpwl.h
+++ b/src/lib/openjpwl/jpwl.h
@@ -357,7 +357,7 @@ opj_bool jpwl_correct(opj_j2k_t *j2k);
@param post_len length of post_data
@param conn is a pointer to the length of all connected (packed) EPBs
@param L4_bufp is a pointer to the buffer pointer of redundancy data
-@return returns true if correction could be succesfully performed
+@return returns true if correction could be successfully performed
*/
opj_bool jpwl_epb_correct(opj_j2k_t *j2k, unsigned char *buffer, int type, int pre_len, int post_len, int *conn,
unsigned char **L4_bufp);