summaryrefslogtreecommitdiffstats
path: root/doc/environment.rst
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2020-03-10 22:26:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 13:18:55 +0100
commit56f7acc83b2b7dbcbde82abf7e602963410b17e1 (patch)
treec5f404a4a06356764d424b717251efbe1e3d1191 /doc/environment.rst
parent93e689bf086a4fd81fb21082773df0e72a6aa837 (diff)
downloadptxdist-56f7acc83b2b7dbcbde82abf7e602963410b17e1.tar.gz
ptxdist-56f7acc83b2b7dbcbde82abf7e602963410b17e1.tar.xz
doc: Fix typos found by codespell
Reviewed-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20200310212623.22821-4-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/environment.rst')
-rw-r--r--doc/environment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/environment.rst b/doc/environment.rst
index f4994f644..18aecec4e 100644
--- a/doc/environment.rst
+++ b/doc/environment.rst
@@ -177,7 +177,7 @@ One of the most important tasks for the ``configure`` script is to find
out whether all the programs PTXdist depends on are already present on the
development host. The script will stop with an error message in case
something is missing. If this happens, the missing tools have to be
-installed from the distribution befor re-running the ``configure``
+installed from the distribution before re-running the ``configure``
script.
When the ``configure`` script is finished successfully, we can now run
@@ -562,7 +562,7 @@ This step is only relevant for older toolchain version including
OSELAS.Toolchain-2018.12.0. For later versions, see the next section.
All toolchain components are built with regular user permissions. In
-order to avoid accidential changes in the toolchain, the files should be
+order to avoid accidental changes in the toolchain, the files should be
set to read-only permissions after the installation has finished
successfully. It is also possible to set the file ownership to root.
This is an important step for reliability, so it is highly recommended.