summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 12:11:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 21:24:44 +0200
commit2e1a52ac12b87837af7331fff59479fd5b124f61 (patch)
treeb6f4cf554775ed44c5e944819892d3f50cbbac2c /doc
parent2e9845364f37febb476534bd7983b38dbcfecb3d (diff)
downloadptxdist-2e1a52ac12b87837af7331fff59479fd5b124f61.tar.gz
ptxdist-2e1a52ac12b87837af7331fff59479fd5b124f61.tar.xz
spelling fixes found by anorack
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_create_new_pkg_templates.rst2
-rw-r--r--doc/dev_layers_in_ptxdist.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/dev_create_new_pkg_templates.rst b/doc/dev_create_new_pkg_templates.rst
index d7c2927b6..3c47addee 100644
--- a/doc/dev_create_new_pkg_templates.rst
+++ b/doc/dev_create_new_pkg_templates.rst
@@ -73,5 +73,5 @@ The helper functions that are used in the example above are defined in
The template is a normal shell function. Arbitrary things can be done here
to create the new package. The helper functions are just the most
convenient way to crate simple templates. It is also possible to create
-more files. For examples, the builtin ``genimage`` template creates a extra
+more files. For examples, the builtin ``genimage`` template creates an extra
config file for the new package.
diff --git a/doc/dev_layers_in_ptxdist.rst b/doc/dev_layers_in_ptxdist.rst
index 27ca85832..6f932eae9 100644
--- a/doc/dev_layers_in_ptxdist.rst
+++ b/doc/dev_layers_in_ptxdist.rst
@@ -89,7 +89,7 @@ must be updated before they can be used. This can be done by using the
``oldconfig`` command. In this special case, PTXdist will iterate from the
bottom to the top layer and run ``oldconfig`` for each of them. It will
use the delta config applied to the full config of the layer below at each
-step. This means that it's possible to enable or disable a option in the
+step. This means that it's possible to enable or disable an option in the
bottom layer and ``oldconfig`` will propagate this change to all other
layers.