A couple typos found by codespell 1371/head
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Thu, 12 Aug 2021 09:12:22 +0000 (12:12 +0300)
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Thu, 12 Aug 2021 09:12:22 +0000 (12:12 +0300)
CHANGELOG.md
src/bin/jpip/CMakeLists.txt

index 4187b0673032a1011a9435e529fd0fd5f48477e1..db69bfaa1ec2223c785d7b67ec6cb5db64cb22c6 100644 (file)
@@ -79,7 +79,7 @@
 - tests/fuzzers: link fuzz binaries using $LIB\_FUZZING\_ENGINE. [\#1230](https://github.com/uclouvain/openjpeg/pull/1230) ([Dor1s](https://github.com/Dor1s))
 - opj\_j2k\_update\_image\_dimensions\(\): reject images whose coordinates are beyond INT\_MAX \(fixes \#1228\) [\#1229](https://github.com/uclouvain/openjpeg/pull/1229) ([rouault](https://github.com/rouault))
 - Fix resource leaks [\#1226](https://github.com/uclouvain/openjpeg/pull/1226) ([dodys](https://github.com/dodys))
-- abi-check.sh: fix false postive ABI error, and display output error log [\#1218](https://github.com/uclouvain/openjpeg/pull/1218) ([rouault](https://github.com/rouault))
+- abi-check.sh: fix false positive ABI error, and display output error log [\#1218](https://github.com/uclouvain/openjpeg/pull/1218) ([rouault](https://github.com/rouault))
 - pi.c: avoid integer overflow, resulting in later invalid access to memory in opj\_t2\_decode\_packets\(\) [\#1217](https://github.com/uclouvain/openjpeg/pull/1217) ([rouault](https://github.com/rouault))
 - Add check to validate SGcod/SPcoc/SPcod parameter values. [\#1211](https://github.com/uclouvain/openjpeg/pull/1211) ([sebras](https://github.com/sebras))
 - Fix buffer overflow reading an image file less than four characters [\#1196](https://github.com/uclouvain/openjpeg/pull/1196) ([robert-ancell](https://github.com/robert-ancell))
index 8dbf577534f022b187180e3898027bbdbb7fc1a4..9b24fa4a32b6ff949a52a87c1dae2e8f526408c7 100644 (file)
@@ -157,5 +157,5 @@ if(Java_Development_FOUND AND Java_JAVAC_EXECUTABLE)
       )
   endif()
 else()
-  message(WARNING "No java compiler found. Wont be able to build java viewer")
+  message(WARNING "No java compiler found. Won't be able to build java viewer")
 endif()