summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /NxWidgets/libnxwidgets
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadnuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'NxWidgets/libnxwidgets')
-rw-r--r--NxWidgets/libnxwidgets/include/cbuttonarray.hxx2
-rw-r--r--NxWidgets/libnxwidgets/src/cbuttonarray.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/include/cbuttonarray.hxx b/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
index b45e1ece1..9ff669de5 100644
--- a/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
+++ b/NxWidgets/libnxwidgets/include/cbuttonarray.hxx
@@ -296,7 +296,7 @@ namespace NXWidgets
*
* @param column The column of the button to check.
* @param row The row of the button to check.
- * @return True if this button is at the cursor postion and highlighted.
+ * @return True if this button is at the cursor position and highlighted.
*/
virtual bool isCursorPosition(int column, int row) const;
diff --git a/NxWidgets/libnxwidgets/src/cbuttonarray.cxx b/NxWidgets/libnxwidgets/src/cbuttonarray.cxx
index 4efc99f13..0c1df9f08 100644
--- a/NxWidgets/libnxwidgets/src/cbuttonarray.cxx
+++ b/NxWidgets/libnxwidgets/src/cbuttonarray.cxx
@@ -313,7 +313,7 @@ bool CButtonArray::setCursorPosition(int column, int row)
*
* @param column The column of the button to check.
* @param row The row of the button to check.
- * @return True if this button is at the cursor postion and highlighted.
+ * @return True if this button is at the cursor position and highlighted.
*/
bool CButtonArray::isCursorPosition(int column, int row) const