summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/daily_work.inc2
-rw-r--r--doc/ref_manual.rst2
-rw-r--r--doc/user_manual.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/daily_work.inc b/doc/daily_work.inc
index bbde22376..3f6c9f078 100644
--- a/doc/daily_work.inc
+++ b/doc/daily_work.inc
@@ -1079,7 +1079,7 @@ m4/*
M4 macros used in ``configure.ac``.
-If you use more no generic M4 macros in your ``configure.ac`` file,
+If you use more non-generic M4 macros in your ``configure.ac`` file,
don’t forget to add their source files to the m4 directory. This will
enable any user of your library to re-generate the autotools based files
without providing all dependencies by themself.
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 9cfa2f0ab..3ef52cc23 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -76,7 +76,7 @@ Other useful variables:
``HOST_PATH``
Used to find host tools. This path must be used to create anything that
- not depends on the architecture.
+ doesn't depend on the architecture.
``ROOTDIR``
``ROOTDIR`` points to the root of the target’s root filesystem in the
diff --git a/doc/user_manual.inc b/doc/user_manual.inc
index befc57857..1f919871e 100644
--- a/doc/user_manual.inc
+++ b/doc/user_manual.inc
@@ -240,7 +240,7 @@ usually needed for daily usage:
For a more complete description refer :ref:`ptxdist_parameter_reference`
All these commands depending on various files a PTXdist based project
-provides. So, running the commands make only sense in directorys that
+provides. So, running the commands make only sense in directories that
contains a PTXdist based project. Otherwise PTXdist gets confused and
confuses the user with funny error messages.