doc: fix misspellings in docs

Caught some misspellings missed by the normal review process.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-05-23 11:35:59 -07:00 committed by Anas Nashif
commit 6c6cf23d4d
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ support systems:
way to track developer discussions and to ask your own support questions to
the Zephyr project community. There are also specific `Zephyr mailing list
subgroups`_ for announcements, builds, marketing, and Technical
Steering Committe notes, for example.
Steering Committee notes, for example.
You can read through the message archives to follow
past posts and discussions, a good thing to do to discover more about the
Zephyr project.

View file

@ -243,7 +243,7 @@ Running a Sample Application natively (POSIX OS)
It is also possible to compile some of the sample and test applications to run
as native process on a POSIX OS (e.g. Linux).
To be able to do this, remember to have installed the 32 bit libC if your OS is
natively 64bit. See the :ref:`native_posix` section on host depencencies
natively 64bit. See the :ref:`native_posix` section on host dependencies
for more information.
To compile and run an application in this way, type:

View file

@ -6,7 +6,7 @@ OpenAMP Sample Application
Overview
********
This application demostrates how to use OpenAMP with Zephyr. It is designed to
This application demonstrates how to use OpenAMP with Zephyr. It is designed to
demonstrate how to integrate OpenAMP with Zephyr both from a build perspective
and code.