summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-19 15:26:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-19 15:26:38 +0000
commitb48edb8fa7684838fa1900cc9f51ca4b730ad78f (patch)
treed708a22498137dd7b7b5c0b979ece6b38f7f10a1 /NxWidgets/nxwm
parent38b3dcac9e4dcb225ceaa7a4798a644537c50ece (diff)
downloadnuttx-b48edb8fa7684838fa1900cc9f51ca4b730ad78f.tar.gz
nuttx-b48edb8fa7684838fa1900cc9f51ca4b730ad78f.tar.bz2
nuttx-b48edb8fa7684838fa1900cc9f51ca4b730ad78f.zip
Prep for 6.18 releasenuttx-6.18
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4751 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx4
-rw-r--r--NxWidgets/nxwm/include/cwindowmessenger.hxx6
-rw-r--r--NxWidgets/nxwm/src/ctaskbar.cxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index c8468877a..2578a3ce9 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -120,8 +120,8 @@ namespace NxWM
* widget constructor
*
* NOTE: Actually, NxWM uses the CWindowMessenger class that inherits from
- * CWidgetControl. That class just adds some unrelated messenging capability;
- * It cohabitates with CWidgetControl only becuase it nees the CWidgetControl
+ * CWidgetControl. That class just adds some unrelated messaging capability;
+ * It cohabitates with CWidgetControl only becuase it needs the CWidgetControl
* this point.
*/
diff --git a/NxWidgets/nxwm/include/cwindowmessenger.hxx b/NxWidgets/nxwm/include/cwindowmessenger.hxx
index d2e862a7c..11a48645b 100644
--- a/NxWidgets/nxwm/include/cwindowmessenger.hxx
+++ b/NxWidgets/nxwm/include/cwindowmessenger.hxx
@@ -72,11 +72,11 @@ namespace NxWM
/**
* The class CWindowMessenger integrates the widget control with some special
- * handling of mouse and keyboard inputs neesed by NxWM. It use used
+ * handling of mouse and keyboard inputs needs by NxWM. It use used
* in place of CWidgetControl whenever an NxWM window is created.
*
- * CWindowMessenger cohabitates with CWidgetControl only becuase it nees the
- * CWidgetControl as an argument in its messenging.
+ * CWindowMessenger cohabitates with CWidgetControl only because it needs the
+ * CWidgetControl as an argument in its messaging.
*/
class CWindowMessenger : public NXWidgets::CWindowEventHandler,
diff --git a/NxWidgets/nxwm/src/ctaskbar.cxx b/NxWidgets/nxwm/src/ctaskbar.cxx
index 6b0510017..2130293c2 100644
--- a/NxWidgets/nxwm/src/ctaskbar.cxx
+++ b/NxWidgets/nxwm/src/ctaskbar.cxx
@@ -759,8 +759,8 @@ void CTaskbar::clickIcon(int index, bool click)
* widget constructor
*
* NOTE: Actually, NxWM uses the CWindowMessenger class that inherits from
- * CWidgetControl. That class just adds some unrelated messenging capability;
- * It cohabitates with CWidgetControl only becuase it nees the CWidgetControl
+ * CWidgetControl. That class just adds some unrelated messaging capability;
+ * It cohabitates with CWidgetControl only becuase it needs the CWidgetControl
* this point.
*/