doc: fix misspellings and hyphen use

fixed error introduced in application.rst (v1.8) along with a general
spelling check pass including consistent spelling of "runtime" and
hyphenated words with "pre-"

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-09-20 10:50:09 -07:00 committed by Anas Nashif
commit 8c708fd049
9 changed files with 15 additions and 16 deletions

View file

@ -44,7 +44,7 @@ small-footprint OSes:
to be defined at compile-time, which reduces code size and
increases performance.
#. **Minimal error checking**. Provides minimal run-time error checking
#. **Minimal error checking**. Provides minimal runtime error checking
to reduce code size and increase performance. An optional error-checking
infrastructure is provided to assist in debugging during application
development.