summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
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: