summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/bench_dwt.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2021-12-05 13:04:30 +0100
committerStefan Weil <sw@weilnetz.de>2021-12-05 13:14:33 +0100
commit667149ffa11f0255db92f522bc5b5fc8aefb16ec (patch)
tree6f2cc2eac205e13eae3e358d72f49385fd62ebbc /src/lib/openjp2/bench_dwt.c
parent90481203a28d4d18052a07711d6d890ed1ab8c8a (diff)
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
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);