diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-23 16:24:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-23 16:24:52 +0200 |
commit | 92b9533efe3e467f74d170683879fab838bddfe1 (patch) | |
tree | 723b89e8dc02752fa914ab7303cc09ea4b72a4aa /cmake | |
parent | 5aab494dd63e6cbbbb54fa0e362ae64e85dcadb3 (diff) | |
download | weechat-92b9533efe3e467f74d170683879fab838bddfe1.zip |
core: fix typo: Javascript -> JavaScript
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindV8.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindV8.cmake b/cmake/FindV8.cmake index 3f5fd86c7..9d123f8e7 100644 --- a/cmake/FindV8.cmake +++ b/cmake/FindV8.cmake @@ -17,7 +17,7 @@ # along with WeeChat. If not, see <http://www.gnu.org/licenses/>. # -# - Find V8 (Google's Javascript engine) +# - Find V8 (Google's JavaScript engine) # This module finds if libv8 is installed and determines where # the include files and libraries are. # |