summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/cio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp3d/cio.h')
-rw-r--r--src/lib/openjp3d/cio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp3d/cio.h b/src/lib/openjp3d/cio.h
index 3617dad7..3cfa6fcb 100644
--- a/src/lib/openjp3d/cio.h
+++ b/src/lib/openjp3d/cio.h
@@ -65,7 +65,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
*/
unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
/**
@@ -86,7 +86,7 @@ Write some bytes
@param cio CIO handle
@param v Signed integer 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
*/
int cio_write_int(opj_cio_t *cio, int v, int n);
/**