summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/cio.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-09-29 05:55:43 +0200
committerStefan Weil <sw@weilnetz.de>2015-09-29 05:55:43 +0200
commit99fc1ab306f9db0085adf648369404ce8aae22a9 (patch)
treee578bd00dd5fe582d12ecf14d35f09f0d937f3b2 /src/lib/openmj2/cio.h
parent838dfb8058df62af44905e1fa3936d989844effc (diff)
Fix typos in comments and string
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/lib/openmj2/cio.h')
-rw-r--r--src/lib/openmj2/cio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/cio.h b/src/lib/openmj2/cio.h
index f389d4e2..3cae708e 100644
--- a/src/lib/openmj2/cio.h
+++ b/src/lib/openmj2/cio.h
@@ -74,7 +74,7 @@ Write some bytes
@param cio CIO handle
@param v Value to write
@param n Number of bytes to write
-@return Returns the number of bytes written or 0 if an error occured
+@return Returns the number of bytes written or 0 if an error occurred
*/
OPJ_API unsigned int OPJ_CALLCONV cio_write(opj_cio_t *cio, unsigned int64 v, int n);
/**