diff options
Diffstat (limited to 'src/lib/openjpip/box_manager.h')
| -rw-r--r-- | src/lib/openjpip/box_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjpip/box_manager.h b/src/lib/openjpip/box_manager.h index 250ef640..4a3ae767 100644 --- a/src/lib/openjpip/box_manager.h +++ b/src/lib/openjpip/box_manager.h @@ -72,7 +72,7 @@ boxlist_param_t * get_boxstructure(int fd, OPJ_OFF_T offset, OPJ_SIZE_T length); /** * generate box from JP2 file at the given offset * - * @param[in] fd file discriptor of the JP2 file + * @param[in] fd file descriptor of the JP2 file * @param[in] offset Box offset * @return pointer to the structure of generate box parameters */ @@ -91,7 +91,7 @@ box_param_t * gene_boxbyOffinStream(Byte_t *stream, OPJ_OFF_T offset); /** * generate(search) box from JP2 file * - * @param[in] fd file discriptor of the JP2 file + * @param[in] fd file descriptor of the JP2 file * @param[in] offset start Byte position of the search * @param[in] length Byte length of the search, if 0, size to the end of file * @param[in] TBox Box Type |
