summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-21 15:50:03 +0200
committerJuergen Borleis <jbe@pengutronix.de>2016-06-21 16:02:19 +0200
commit2294df133877056b7859ec8707a7038f1dea9167 (patch)
tree8d9f64aa117b59a783c78e4d882050ab657b7040
parentb9b82900b18b952f2214dc61d00c97bb91dec55a (diff)
downloadptxdist-2294df133877056b7859ec8707a7038f1dea9167.tar.gz
ptxdist-2294df133877056b7859ec8707a7038f1dea9167.tar.xz
Doc: fix more typos
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--doc/dev_manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index 0980c6fc9..0835f2764 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -529,7 +529,7 @@ In all of these cases we must patch the sources to make them work. Refer
to section :ref:`patching_packages` on how to use PTXdist’s
features to simplify this task.
-In this example we expect the best case: Everything went fine, even for
+In this example we expect the best case: everything went fine, even for
cross compiling. So, we can continue with the next stage: *install*
::
@@ -699,12 +699,12 @@ To check it right away, we simply run these two commands:
.. important:: Discover somehow hidden dependencies with one more last check!
Up to this point all the development of the new package was done in an already
-built BSP. Doing so sometimes somehow hidden dependcies cannot be seen:
+built BSP. Doing so sometimes somehow hidden dependencies cannot be seen:
everything seems fine, the new package builds always successfully and the
results are working on the target.
So to check for this kind of dependencies there is still one more final check
-todo (even if its boring and takes time):
+to do (even if its boring and takes time):
::