diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-07-24 20:07:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-24 22:31:20 +0200 |
commit | 60714bb2ed7060b859a49abea8471950b9878bf8 (patch) | |
tree | 87f915f40d6acaa4acb5c686b64ba953dbfde0c6 /package/pkg-luarocks.mk | |
parent | 07f0c8ab25847bc3120f3fd99945680ea030daaa (diff) |
trivial: fix typo 'informations'
In English, unlike in French, almost all usages of the word 'information'
are uncountable, meaning that 'informations' is invalid.
This patch fixes this typo throughout the tree, except in CHANGES and
docs/news.html (historic text).
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pkg-luarocks.mk')
-rw-r--r-- | package/pkg-luarocks.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-luarocks.mk b/package/pkg-luarocks.mk index d9373e13d..be0d4cc07 100644 --- a/package/pkg-luarocks.mk +++ b/package/pkg-luarocks.mk @@ -12,7 +12,7 @@ # infrastructure # # In terms of implementation, this LuaRocks infrastructure requires -# the .mk file to only specify metadata informations about the +# the .mk file to only specify metadata information about the # package: name, version, etc. # ################################################################################ |