Skip to content

Commit 9ade88b

Browse files
committed
typo fix.
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
1 parent 345a20c commit 9ade88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(Lua-cURL C)
33
cmake_minimum_required(VERSION 2.6)
44

55
option(USE_LUA "Use Lua (also called 'C' Lua) version 5.1 includes (default)" ON)
6-
#option(USE_LUA52 "Use Lua (also called 'C' Lua) version 5.2 includes (currelty unsopported)")
6+
#option(USE_LUA52 "Use Lua (also called 'C' Lua) version 5.2 includes (currelty unsupported)")
77
option(USE_LUAJIT "Use LuaJIT includes instead of 'C' Lua ones (recommended, if you're using LuaJIT, but disabled by default)")
88

99

0 commit comments

Comments
 (0)