Fix some recurring typos: postion->position, *atino->*ation
This commit is contained in:
parent
ba9e38f79a
commit
a49bca71b1
2
Kconfig
2
Kconfig
@ -901,7 +901,7 @@ config NXWM_CALIBRATION_MESSAGES
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
By default, the calibration screen is clear excecpt for the
|
By default, the calibration screen is clear excecpt for the
|
||||||
calibratino touchpoints. If this options are enabled, then
|
calibration touchpoints. If this options are enabled, then
|
||||||
instructions when to touch and when to release the touch will
|
instructions when to touch and when to release the touch will
|
||||||
be added in the center of the display,
|
be added in the center of the display,
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@ namespace NXWidgets
|
|||||||
*
|
*
|
||||||
* @param column The column of the button to check.
|
* @param column The column of the button to check.
|
||||||
* @param row The row 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;
|
virtual bool isCursorPosition(int column, int row) const;
|
||||||
|
@ -313,7 +313,7 @@ bool CButtonArray::setCursorPosition(int column, int row)
|
|||||||
*
|
*
|
||||||
* @param column The column of the button to check.
|
* @param column The column of the button to check.
|
||||||
* @param row The row 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
|
bool CButtonArray::isCursorPosition(int column, int row) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user