Skip to content

Commit

Permalink
Merge pull request #1371 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
A couple typos found by codespell
  • Loading branch information
rouault authored Aug 12, 2021
2 parents 0afbdcf + 3efa4fd commit 0d075aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/bin/jpip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 0d075aa

Please sign in to comment.