summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-09-18 11:01:34 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-18 13:15:46 +0200
commitb143b6d01e61580d4b862c30d5f4c205e182a23f (patch)
treece0dcf7b929ce8ddd8db7f8efc872e896b9b4549 /docs
parentd804657a2cf04020d58d9661f00edc2c4b5d19c8 (diff)
trivial: manual: fix grammar of 'to express'
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-directory.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index 6296596d7..aac1ced45 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -65,7 +65,7 @@ rules:
dependencies are selected. For example, the _libgtk2_ package uses
+select BR2_PACKAGE_LIBGLIB2+ to make sure this library is also
enabled.
- The +select+ keyword express the dependency with a backward
+ The +select+ keyword expresses the dependency with a backward
semantic.
* Use a +depends on+ type of dependency when the user really needs to
@@ -77,7 +77,7 @@ rules:
dependencies on toolchain options, there should be a +comment+ that
is displayed when the option is not
enabled, so that the user knows why the package is not available.
- The +depends on+ keyword express the dependency with a forward
+ The +depends on+ keyword expresses the dependency with a forward
semantic.
.Note