Skip to content

Commit 540efaf

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: fix misspellings in docs
regular spell check on .rst files found a few misspelled words Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 3673698 commit 540efaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ software continues to be available under the terms that the author desired.
2424
Zephyr uses the `Apache 2.0 license`_ (as found in the LICENSE file in
2525
the project's `GitHub repo`_) to strike a balance between open
2626
contribution and allowing you to use the software however you would like
27-
to. The Apache 2.0 license is a permisive open source license that
27+
to. The Apache 2.0 license is a permissive open source license that
2828
allows you to freely use, modify, distribute and sell your own products
2929
that include Apache 2.0 licensed software. (For more information about
3030
this, check out articles such as `Why choose Apache 2.0 licensing`_ and
@@ -499,7 +499,7 @@ workflow here:
499499
with your changes so you won't need to resubmit the pull request.
500500

501501
#. If the CI run fails, you will need to make changes to your code in order
502-
to fix the issues and ammend your commits by rebasing as described above.
502+
to fix the issues and amend your commits by rebasing as described above.
503503
Additional information about the CI system can be found in
504504
`Continuous Integration`_.
505505

doc/kernel/usermode/mpu_userspace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defined in the system. The privileged stacks are created as a part of the
99
build process.
1010

1111
A post-build script ``gen_priv_stacks.py`` scans the generated
12-
ELF file and finds all of the thread stack objects. A set of priviliged
12+
ELF file and finds all of the thread stack objects. A set of privileged
1313
stacks, a lookup table, and a set of helper functions are created and added
1414
to the image.
1515

0 commit comments

Comments
 (0)