Fix some typos (found by codespell)
[openjpeg.git] / src / lib / openjp2 / bench_dwt.c
index 1124cd614a0bdf8981cf38bf21d17ca380a6d4d9..4f2ea9fbd1157d6f6d98e23fd2975b052065a0cd 100644 (file)
@@ -207,7 +207,7 @@ int main(int argc, char** argv)
     }
 
     if (irreversible && check) {
-        /* Due to irreversible inverse DWT not being symetric of forward */
+        /* Due to irreversible inverse DWT not being symmetric of forward */
         /* See BUG_WEIRD_TWO_INVK in dwt.c */
         printf("-I and -check aren't compatible\n");
         exit(1);