aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-20 08:12:59 +0100
committerGitHub <noreply@github.com>2023-02-20 15:12:59 +0800
commitb62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch)
tree8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /cmake.deps
parent8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff)
downloadrneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'cmake.deps')
-rw-r--r--cmake.deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt
index d255c1fd9d..271908259f 100644
--- a/cmake.deps/CMakeLists.txt
+++ b/cmake.deps/CMakeLists.txt
@@ -62,7 +62,7 @@ option(USE_BUNDLED_MSGPACK "Use the bundled msgpack." ${USE_BUNDLED})
option(USE_BUNDLED_LUAJIT "Use the bundled version of luajit." ${USE_BUNDLED})
option(USE_BUNDLED_LUAROCKS "Use the bundled version of luarocks." ${USE_BUNDLED})
option(USE_BUNDLED_LUV "Use the bundled version of luv." ${USE_BUNDLED})
-#XXX(tarruda): Lua is only used for debugging the functional test client, no
+#XXX(tarruda): Lua is only used for debugging the functional test client, don't
# build it unless explicitly requested
option(USE_BUNDLED_LUA "Use the bundled version of lua." OFF)
option(USE_BUNDLED_TS_PARSERS "Use the bundled treesitter parsers." ${USE_BUNDLED})