Fix some typos (found by codespell)
[openjpeg.git] / src / lib / openjp2 / dwt.c
index 824a9fc44888c7303a5c4cf65fff69468d4c3958..2b9b9e9245c5f30dc283d382e8b5a3e63f255a66 100644 (file)
@@ -513,7 +513,7 @@ static void opj_idwt53_h(const opj_dwt_t *dwt,
 
 #if (defined(__SSE2__) || defined(__AVX2__)) && !defined(STANDARD_SLOW_VERSION)
 
-/* Conveniency macros to improve the readabilty of the formulas */
+/* Conveniency macros to improve the readability of the formulas */
 #if __AVX2__
 #define VREG        __m256i
 #define LOAD_CST(x) _mm256_set1_epi32(x)