summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/bench_dwt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/bench_dwt.c')
-rw-r--r--src/lib/openjp2/bench_dwt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/bench_dwt.c b/src/lib/openjp2/bench_dwt.c
index 1124cd61..4f2ea9fb 100644
--- a/src/lib/openjp2/bench_dwt.c
+++ b/src/lib/openjp2/bench_dwt.c
@@ -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);