summaryrefslogtreecommitdiff
path: root/package/haserl
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-09-06 23:36:18 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-07 08:14:03 +0200
commit5f9b3824da896c223987cbbeba5e23538e42feaa (patch)
treedb02d1e8dd359bb22c8a9cfbcd9f34ba3cdc8f7a /package/haserl
parente2fa8eb91c70ec084ba72c5b1f2ca180257b9441 (diff)
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>
Diffstat (limited to 'package/haserl')
-rw-r--r--package/haserl/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/haserl/Config.in b/package/haserl/Config.in
index 2d5cacfeb..3db859a0e 100644
--- a/package/haserl/Config.in
+++ b/package/haserl/Config.in
@@ -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"