[Buildroot] [PATCH] manual: fix spelling mistakes

Thomas De Schampheleire patrickdepinguin at gmail.com
Sat May 31 09:29:50 UTC 2014


Simon Dawson <spdawson at gmail.com> schreef:
>Signed-off-by: Simon Dawson <spdawson at gmail.com>
>---
> docs/manual/adding-packages-directory.txt   | 2 +-
> docs/manual/adding-packages-luarocks.txt    | 4 ++--
> docs/manual/adding-packages-virtual.txt     | 2 +-
> docs/manual/configure.txt                   | 6 +++---
> docs/manual/make-tips.txt                   | 2 +-
> docs/manual/using-buildroot-development.txt | 2 +-
> 6 files changed, 9 insertions(+), 9 deletions(-)
>
>diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
>index 3cf3afa..f735244 100644
>--- a/docs/manual/adding-packages-directory.txt
>+++ b/docs/manual/adding-packages-directory.txt
>@@ -27,7 +27,7 @@ config BR2_PACKAGE_LIBFOO
> 	  http://foosoftware.org/libfoo/
> ---------------------------
> 
>-The +bool+ line, +help+ line and other meta-informations about the
>+The +bool+ line, +help+ line and other meta-information about the
> configuration option must be indented with one tab. The help text
> itself should be indented with one tab and two spaces, and it must
> mention the upstream URL of the project.
>diff --git a/docs/manual/adding-packages-luarocks.txt b/docs/manual/adding-packages-luarocks.txt
>index 766a4fe..f307e4d 100644
>--- a/docs/manual/adding-packages-luarocks.txt
>+++ b/docs/manual/adding-packages-luarocks.txt
>@@ -49,7 +49,7 @@ package to be built.
> ==== +luarocks-package+ reference
> 
> LuaRocks is a deployment and management system for Lua modules, and supports
>-various +build.type+: +builtin+, +make+ and +cmake+. In the contetx of
>+various +build.type+: +builtin+, +make+ and +cmake+. In the context of
> Buildroot, the +luarocks-package+ infrastructure only supports the +builtin+
> mode. LuaRocks packages that use the +make+ or +cmake+ build mechanisms
> should instead be packaged using the +generic-package+ and +cmake-package+
>@@ -57,7 +57,7 @@ infrastructures in Buildroot, respectively.
> 
> The main macro of the LuaRocks package infrastructure is +luarocks-package+:
> like +generic-package+ it works by defining a number of variables providing
>-meta informations about the package, and then calling +luarocks-package+. It
>+meta information about the package, and then calling +luarocks-package+. It
> is worth mentioning that building LuaRocks packages for the host is not
> supported, so the macro +host-luarocks-package+ is not implemented.

Previously in this patch, meta information was written with hyphen. Which is the correct spelling?

Thanks,
Thomas




More information about the buildroot mailing list