summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-28 12:00:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-28 12:00:34 -0600
commita44876809603a12f918107839a1c3ed464dec5ba (patch)
treedb01c3ab6b9d6f8546581471d328c266c2176580
parent059b16dbd691a887de5edeeafdc3fc459f21f30d (diff)
downloadnuttx-a44876809603a12f918107839a1c3ed464dec5ba.tar.gz
nuttx-a44876809603a12f918107839a1c3ed464dec5ba.tar.bz2
nuttx-a44876809603a12f918107839a1c3ed464dec5ba.zip
Fix minor typos
-rw-r--r--NxWidgets/ReleaseNotes.txt4
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/ReleaseNotes10
3 files changed, 8 insertions, 8 deletions
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index ca3608243..a856cad2c 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -272,7 +272,7 @@ efforts of Petteri Aimonen.
Additional new features and extended functionality in Version 1.7:
-* NxWidgets:: CGlyphButton: Generate action event, like CButton does.
+* NxWidgets::CGlyphButton: Generate action event, like CButton does.
* NxWM::CTaskBar: Add option CONFIG_NXWM_TASKBAR_NO_BORDER to suppress
drawing of the border on the taskbar.
* NxWidgets::CNxTimer: Add function to check if CNxTimer is running.
@@ -283,4 +283,4 @@ Bugfixes:
* NxWidgets bitmap_converter.py: Fix bug when image width > 255
* NxWM::CScrollbarPanel: Fix spelling error in class name: CScollbarPanel
should be CScrollbarPanel
-* NxWidgets:: CGlyphButton: Prevent drawing outside of the bitmap size.
+* NxWidgets::CGlyphButton: Prevent drawing outside of the bitmap size.
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f6da3ccb5..c8ad648eb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4577,7 +4577,7 @@
is used internally, but if it is called from the user, it should
unregister any atexit() or on_exit() functions (2013-4-18).
* tools/kconfig2html.c: This is the beginning of a tool to
- replace the hand-generated documentation of the NuttX configruation
+ replace the hand-generated documentation of the NuttX configuration
variables with auto-generated documentation. The initial checkin
is an incomplete, poorly structured prototype that I hope to
evolve into a useful tool (2014-4-20).
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index de1f71b3e..0a446d106 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -4099,23 +4099,23 @@ Additional new features and extended functionality:
- Added kernel build support
- * STM32
+ * STM32:
- Added support for kernel mode build.
- Added architecure support for the STM32 F427/F437 chips. Contributed
by Mike Smith
- * STM32 Boards
+ * STM32 Boards:
- Added a configuration to support a kernel mode build of the OS test
on the STM32F4Discovery
- * Stellaris LM3S/LM4F
+ * Stellaris LM3S/LM4F:
- Added kernel build support
- Added support for the 7 UARTs on the LM4F120
- * Stellaris LM4F Boards
+ * Stellaris LM4F Boards:
- Added scripts and instructions to simplify use of OpenOCD with ICDI
(JP Carballo)
@@ -4189,7 +4189,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important:
serial driver.
- PL2303 compilation errors
- * Stellaris LM3S/4F
+ * Stellaris LM3S/4F:
- Corrected typos in alternate function definitions.