summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/mj2.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-07-30 21:04:28 +0200
committerStefan Weil <sw@weilnetz.de>2018-09-05 20:01:10 +0200
commit3d6ffaf3f3463b62830f88f50a8c1b510f555eb5 (patch)
treeb7a1b85dba172182e1ca0f1bee2d863ec2240086 /src/lib/openmj2/mj2.c
parent9d1a9dc20dd5155bab977a4f53d05c4bbd66533a (diff)
Fix some typos in code comments and documentation
All typos were found by Codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/lib/openmj2/mj2.c')
-rw-r--r--src/lib/openmj2/mj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/mj2.c b/src/lib/openmj2/mj2.c
index 01335fc6..8e036f18 100644
--- a/src/lib/openmj2/mj2.c
+++ b/src/lib/openmj2/mj2.c
@@ -534,7 +534,7 @@ void mj2_write_stsz(mj2_tk_t * tk, opj_cio_t *cio)
else {
cio_write(cio, 0,
- 4); /* Sample Size = 0 becase they all have different sizes */
+ 4); /* Sample Size = 0 because they all have different sizes */
cio_write(cio, tk->num_samples, 4); /* Sample Count */