| Index: third_party/libopenjpeg20/pi.h
|
| diff --git a/third_party/libopenjpeg20/pi.h b/third_party/libopenjpeg20/pi.h
|
| index f239679f5bd387fb013fe68263b78d189d94cd53..265d5b1e24c90ced9293b4db60d1562edf2a9508 100644
|
| --- a/third_party/libopenjpeg20/pi.h
|
| +++ b/third_party/libopenjpeg20/pi.h
|
| @@ -73,7 +73,7 @@ Packet iterator
|
| typedef struct opj_pi_iterator {
|
| /** Enabling Tile part generation*/
|
| OPJ_BYTE tp_on;
|
| - /** precise if the packet has been already used (usefull for progression order change) */
|
| + /** precise if the packet has been already used (useful for progression order change) */
|
| OPJ_INT16 *include;
|
| /** layer step used to localize the packet in the include vector */
|
| OPJ_UINT32 step_l;
|
|
|