diff options
Diffstat (limited to 'package')
| -rw-r--r-- | package/pkg-autotools.mk | 2 | ||||
| -rw-r--r-- | package/pkg-cmake.mk | 2 | ||||
| -rw-r--r-- | package/pkg-generic.mk | 4 | ||||
| -rw-r--r-- | package/pkg-luarocks.mk | 2 | ||||
| -rw-r--r-- | package/pkg-python.mk | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index db3736c058..bcc648dd61 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -9,7 +9,7 @@ # infrastructure # # In terms of implementation, this autotools 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, download URL, etc. # # We still allow the package .mk file to override what the different diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index adffbecc31..30198a93c1 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -9,7 +9,7 @@ # infrastructure # # In terms of implementation, this CMake 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, download URL, etc. # # We still allow the package .mk file to override what the different diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 03cbf962ce..fb4b849f92 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -13,7 +13,7 @@ # In terms of implementation, this generic infrastructure requires the # .mk file to specify: # -# 1. Metadata informations about the package: name, version, +# 1. Metadata information about the package: name, version, # download URL, etc. # # 2. Description of the commands to be executed to configure, build @@ -304,7 +304,7 @@ define inner-generic-package # already defined. For some variables (version, source, site and # subdir), if they are undefined, we try to see if a variable without # the HOST_ prefix is defined. If so, we use such a variable, so that -# these informations have only to be specified once, for both the +# this information has only to be specified once, for both the # target and host packages of a given .mk file. $(2)_TYPE = $(4) diff --git a/package/pkg-luarocks.mk b/package/pkg-luarocks.mk index d9373e13d5..be0d4cc072 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. # ################################################################################ diff --git a/package/pkg-python.mk b/package/pkg-python.mk index d37a03f692..d49e5c231e 100644 --- a/package/pkg-python.mk +++ b/package/pkg-python.mk @@ -9,7 +9,7 @@ # infrastructure # # In terms of implementation, this Python infrastructure requires the -# .mk file to only specify metadata informations about the package: +# .mk file to only specify metadata information about the package: # name, version, download URL, etc. # # We still allow the package .mk file to override what the different |

