diff options
| author | Stefan Weil <sw@weilnetz.de> | 2021-12-05 13:04:30 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2021-12-05 13:14:33 +0100 |
| commit | 667149ffa11f0255db92f522bc5b5fc8aefb16ec (patch) | |
| tree | 6f2cc2eac205e13eae3e358d72f49385fd62ebbc /src/lib/openjp2/bench_dwt.c | |
| parent | 90481203a28d4d18052a07711d6d890ed1ab8c8a (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.c | 2 |
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); |
