summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-08 18:03:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:53 +0200
commit4c5e59504f9da4560bb3243161659b2f19a86ae0 (patch)
treed92a7f5107425d165690d8e6b833d0a8b71508b9 /doc/dev_manual.rst
parent318345e2cea91446c579b8a75fedc1f3f1057a98 (diff)
downloadptxdist-4c5e59504f9da4560bb3243161659b2f19a86ae0.tar.gz
ptxdist-4c5e59504f9da4560bb3243161659b2f19a86ae0.tar.xz
Just fix a typo
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc/dev_manual.rst')
-rw-r--r--doc/dev_manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index b1521b44a..70099b266 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -906,7 +906,7 @@ For example:
In this example, our new package depends on the compression library
*zlib*. PTXdist comes with a target *zlib*. All we need to do in this
case is to declare that our new package *foo* depends on *zlib*. This
-kind of dependencies is managed in the menu file of our new package by
+kind of dependency is managed in the menu file of our new package by
simply adding the ``select ZLIB`` line. After this addition our menu
file looks like: