mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
trivial: correct capitalization of Lua in Config.in files
The Lua website says: "Like most names, it should be written in lower case with an initial capital, that is, "Lua". Please do not write it as "LUA", which is both ugly and confusing, because then it becomes an acronym with different meanings for different people." http://www.lua.org/about.html So, let's honor this request in buildroot. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
e2fa8eb91c
commit
5f9b3824da
@@ -21,13 +21,13 @@ config BR2_PACKAGE_LUA_INTERPRETER_READLINE
|
||||
select BR2_PACKAGE_READLINE
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Enables command-line editing in the lua interpreter.
|
||||
Enables command-line editing in the Lua interpreter.
|
||||
|
||||
config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE
|
||||
bool "linenoise support"
|
||||
select BR2_PACKAGE_LINENOISE
|
||||
help
|
||||
Enables command-line editing in the lua interpreter.
|
||||
Enables command-line editing in the Lua interpreter.
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user