1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Docs: Fix a few tiny typos in comments

This commit is contained in:
Sudara 2025-04-16 17:58:01 +02:00
parent 626a4ea475
commit 9a4ab937ad
9 changed files with 11 additions and 11 deletions

View file

@ -65,7 +65,7 @@ if(subdirs)
set(WebView2_library "${WebView2_root_dir}/build/native/${WebView2_arch}/WebView2LoaderStatic.lib")
elseif(NOT WebView2_FIND_QUIETLY)
message(WARNING
"WebView2 wasn't found in the the local NuGet folder."
"WebView2 wasn't found in the local NuGet folder."
"\n"
"To install NuGet and the WebView2 package containing the statically linked library, "
"open a PowerShell and issue the following commands"