Fix some typos (found by codespell)
[openjpeg.git] / src / lib / openjp2 / cio.h
index 6996a9a0a1186f0db768caa7f17e6d6b1b423aa5..7caee30af9c7d85dcff04097c50eb04a4cb32e12 100644 (file)
@@ -118,7 +118,7 @@ typedef struct opj_stream_private {
     opj_stream_seek_fn      m_seek_fn;
 
     /**
-     * Actual data stored into the stream if readed from. Data is read by chunk of fixed size.
+     * Actual data stored into the stream if read from. Data is read by chunk of fixed size.
      * you should never access this data directly.
      */
     OPJ_BYTE *                  m_stored_data;