summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 410c58315..f6d0458a3 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -829,7 +829,7 @@ order. For example some kind of package would also build some X related
tools, if X libraries are found. In this case it depends on the build
order, if the X related tools are built or not. All the autocheck
features are problematic here. So, if we do not want ``configure`` to
-guess its settings we **must disable everything we do want**.
+guess its settings we **must disable everything we do not want**.
Since every optional parameter adds four lines of code to the rule
files, PTXdist provides some shortcuts to handle it. Refer to section