summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 18:55:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 18:55:59 -0600
commit3b23fa49224b3134f09d7773bc5fd9c2d768f5fa (patch)
treebde33b0c989571ab22b362b64004a96998f695ba /NxWidgets/nxwm/include
parent51f6033f8d5958d0f4c8cf72aa1e8ab302d50b90 (diff)
downloadnuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.tar.gz
nuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.tar.bz2
nuttx-3b23fa49224b3134f09d7773bc5fd9c2d768f5fa.zip
NxWM: Cosmetic changes to naming and comments
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 1e9b5a190..8c07eea2d 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -146,14 +146,14 @@ namespace NxWM
inline void setGeometry(void);
/**
- * Create the Media Player conrols. Only start as part of the applicaiton
+ * Create the Media Player controls. Only start as part of the application
* start method.
*/
inline bool createPlayer(void);
/**
- * Called when the window minimize button is pressed.
+ * Called when the window minimize image is pressed.
*/
void minimize(void);
@@ -173,7 +173,7 @@ namespace NxWM
void setMediaPlayerState(enum EMediaPlayerState state);
/**
- * Handle a widget action event. This includes a button pre/release
+ * Handle a widget action event. This includes a image pre/release
* release events and volume slider change events.
*
* @param e The event data.