summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-31 08:33:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-31 08:33:12 -0600
commitbe0594847952421fec3d413785d51785f5a8dce7 (patch)
treec9952f05a81392a1c4c287ed6e719639a7d0b7dd /nuttx/ReleaseNotes
parent944965feaeb11ac7a152543eeaa0cea133ba9874 (diff)
downloadnuttx-be0594847952421fec3d413785d51785f5a8dce7.tar.gz
nuttx-be0594847952421fec3d413785d51785f5a8dce7.tar.bz2
nuttx-be0594847952421fec3d413785d51785f5a8dce7.zip
fix typos reported in release notes
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index a1d4d832e..0001433ea 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -5533,7 +5533,7 @@ Additional new features and extended functionality:
* Core OS Interfaces
- - nanosleep() added. sleep() and usleep() are not longer core OS
+ - nanosleep() added. sleep() and usleep() are no longer core OS
interfaces. These have been moved into the library and re-implemented
as simple wrappers around nanosleep().
@@ -5706,7 +5706,7 @@ Additional new features and extended functionality:
- system/inifile: A simple .INI file parser.
- system/vi: Add support for a tiny, VI work-alike editor. This is
- a minimal full screen editor that words with a terminal emulator
+ a minimal full screen editor that works with a terminal emulator
that using VT100 commands.
Efforts In Progress. The following are features that are partially