summaryrefslogtreecommitdiff
path: root/src/bin/jpwl/opj_jpwl_compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/jpwl/opj_jpwl_compress.c')
-rw-r--r--src/bin/jpwl/opj_jpwl_compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpwl/opj_jpwl_compress.c b/src/bin/jpwl/opj_jpwl_compress.c
index 7f215fc5..28f0670c 100644
--- a/src/bin/jpwl/opj_jpwl_compress.c
+++ b/src/bin/jpwl/opj_jpwl_compress.c
@@ -1629,7 +1629,7 @@ int main(int argc, char **argv)
/*
configure the event callbacks (not required)
- setting of each callback is optionnal
+ setting of each callback is optional
*/
memset(&event_mgr, 0, sizeof(opj_event_mgr_t));
event_mgr.error_handler = error_callback;