trivial: correct capitalization of Lua in Config.in files
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Fri, 6 Sep 2013 21:36:18 +0000 (23:36 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 7 Sep 2013 06:14:03 +0000 (08:14 +0200)
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>
package/Config.in
package/dnsmasq/Config.in
package/haserl/Config.in
package/lua/Config.in

index a94cb62efdd5b492fcf53549d0a54a4e0d2ecb1c..8ba3666285e2cdc0d5502f98ece29730b4445afe 100644 (file)
@@ -326,7 +326,7 @@ source "package/jimtcl/Config.in"
 source "package/lua/Config.in"
 source "package/luajit/Config.in"
 if BR2_PACKAGE_LUA || BR2_PACKAGE_LUAJIT
-menu "LUA libraries/modules"
+menu "Lua libraries/modules"
 source "package/cgilua/Config.in"
 source "package/copas/Config.in"
 source "package/coxpcall/Config.in"
index a6f5d96f88df5a0e4fdd4ff804476373fe8b7b19..a0781452334f852c6db68fe22d89e1091237614d 100644 (file)
@@ -33,7 +33,7 @@ config BR2_PACKAGE_DNSMASQ_LUA
        bool "Lua scripting support"
        select BR2_PACKAGE_LUA
        help
-         Enable lua scripting for dnsmasq
+         Enable Lua scripting for dnsmasq
 
 config BR2_PACKAGE_DNSMASQ_CONNTRACK
        bool "conntrack marking support"
index 2d5cacfeb58fe8fb34c8da27f316da708bd2eba6..3db859a0e2e98c20dfc8c1014f4d3c04b9e850df 100644 (file)
@@ -9,12 +9,12 @@ config BR2_PACKAGE_HASERL
          http://haserl.sourceforge.net/
 
 config BR2_PACKAGE_HASERL_WITH_LUA
-       bool "lua support"
+       bool "Lua support"
        depends on BR2_PACKAGE_HASERL
        depends on BR2_PACKAGE_HASERL_VERSION_0_9_X
        select BR2_PACKAGE_LUA
        help
-         Enable LUA support for haserl
+         Enable Lua support for haserl
 
 choice
        prompt "Haserl version"
index 4166730269b9fd814b34de97358e756710f8a317..8c05d081e4670be553f9289800b0905a918143c1 100644 (file)
@@ -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