From a49bca71b16057e033240f00dfb8c6a3d9f16872 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 13:12:36 -0600 Subject: [PATCH] Fix some recurring typos: postion->position, *atino->*ation --- Kconfig | 2 +- libnxwidgets/include/cbuttonarray.hxx | 2 +- libnxwidgets/src/cbuttonarray.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kconfig b/Kconfig index 5f956df54..a0f95ad82 100644 --- a/Kconfig +++ b/Kconfig @@ -901,7 +901,7 @@ config NXWM_CALIBRATION_MESSAGES default n ---help--- 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 be added in the center of the display, diff --git a/libnxwidgets/include/cbuttonarray.hxx b/libnxwidgets/include/cbuttonarray.hxx index b45e1ece1..9ff669de5 100644 --- a/libnxwidgets/include/cbuttonarray.hxx +++ b/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/libnxwidgets/src/cbuttonarray.cxx b/libnxwidgets/src/cbuttonarray.cxx index 4efc99f13..0c1df9f08 100644 --- a/libnxwidgets/src/cbuttonarray.cxx +++ b/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