diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-08-12 12:12:22 +0300 |
|---|---|---|
| committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-08-12 12:12:22 +0300 |
| commit | 3efa4fd334eed98ba60cd08624982a4499c49860 (patch) | |
| tree | 8153ceb11ebae2719c36582ba64064147dbb1511 /src | |
| parent | 0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d (diff) | |
A couple typos found by codespell
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jpip/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt index 8dbf5775..9b24fa4a 100644 --- a/src/bin/jpip/CMakeLists.txt +++ b/src/bin/jpip/CMakeLists.txt @@ -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() |
