From 5414407367191439639dae0da0d59e99becc0b53 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 13:12:36 -0600 Subject: Fix some recurring typos: postion->position, *atino->*ation --- NxWidgets/libnxwidgets/src/cbuttonarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets/libnxwidgets/src/cbuttonarray.cxx') 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 -- cgit v1.2.3