summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-20 13:41:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:05:07 +0200
commit2411259464ff55b1b24393f2823642849c983696 (patch)
tree864ffa9882ab2f3154025966b6616dbd985e7f77
parentd0ef38f307d564f29d2ee7db91bf5b5cef85372c (diff)
downloadptxdist-2411259464ff55b1b24393f2823642849c983696.tar.gz
ptxdist-2411259464ff55b1b24393f2823642849c983696.tar.xz
Fix yet more typos.
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-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.