All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files
@ 2013-09-06 21:36 Thomas De Schampheleire
  2013-09-07  6:14 ` Peter Korsgaard
  2013-09-07 10:46 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-09-06 21:36 UTC (permalink / raw)
  To: buildroot

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>

---
 package/Config.in         |  2 +-
 package/dnsmasq/Config.in |  2 +-
 package/haserl/Config.in  |  4 ++--
 package/lua/Config.in     |  4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/Config.in b/package/Config.in
--- a/package/Config.in
+++ b/package/Config.in
@@ -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"
diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -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"
diff --git a/package/haserl/Config.in b/package/haserl/Config.in
--- 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"
diff --git a/package/lua/Config.in b/package/lua/Config.in
--- a/package/lua/Config.in
+++ b/package/lua/Config.in
@@ -21,13 +21,13 @@ config BR2_PACKAGE_LUA_INTERPRETER_READL
 	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
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files
  2013-09-06 21:36 [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files Thomas De Schampheleire
@ 2013-09-07  6:14 ` Peter Korsgaard
  2013-09-07 10:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-09-07  6:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 Thomas> The Lua website says:
 Thomas> "Like most names, it should be written in lower case with an initial capital,
 Thomas> that is, "Lua". Please do not write it as "LUA", which is both ugly and
 Thomas> confusing, because then it becomes an acronym with different meanings for
 Thomas> different people."
 Thomas> http://www.lua.org/about.html

 Thomas> So, let's honor this request in buildroot.

 Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files
  2013-09-06 21:36 [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files Thomas De Schampheleire
  2013-09-07  6:14 ` Peter Korsgaard
@ 2013-09-07 10:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-09-07 10:46 UTC (permalink / raw)
  To: buildroot


On Fri, 06 Sep 2013 23:36:18 +0200, Thomas De Schampheleire wrote:
> 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>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-07 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 21:36 [Buildroot] [PATCH] trivial: correct capitalization of Lua in Config.in files Thomas De Schampheleire
2013-09-07  6:14 ` Peter Korsgaard
2013-09-07 10:46 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.