From b024b54b37c22e09994932db6dde4be4859a195a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Mar 2019 09:02:55 -0600 Subject: [PATCH] Correct some trivial typos --- graphics/NxWidgets/UnitTests/nxwm/nxwm_main.cxx | 1 - graphics/NxWidgets/nxwm/src/ckeyboard.cxx | 2 +- graphics/NxWidgets/nxwm/src/ctouchscreen.cxx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/NxWidgets/UnitTests/nxwm/nxwm_main.cxx b/graphics/NxWidgets/UnitTests/nxwm/nxwm_main.cxx index 99e631c06..c736f22a3 100644 --- a/graphics/NxWidgets/UnitTests/nxwm/nxwm_main.cxx +++ b/graphics/NxWidgets/UnitTests/nxwm/nxwm_main.cxx @@ -864,4 +864,3 @@ int nxwm_main(int argc, char *argv[]) showTestMemory("nxwm_main: Final memory usage"); return EXIT_SUCCESS; } - diff --git a/graphics/NxWidgets/nxwm/src/ckeyboard.cxx b/graphics/NxWidgets/nxwm/src/ckeyboard.cxx index 966f7edbe..5ea4f3e59 100644 --- a/graphics/NxWidgets/nxwm/src/ckeyboard.cxx +++ b/graphics/NxWidgets/nxwm/src/ckeyboard.cxx @@ -65,7 +65,7 @@ using namespace NxWM; * CKeyboard Constructor * * @param server. An instance of the NX server. This will be needed for - * injecting mouse data. + * injecting keyboard data. */ CKeyboard::CKeyboard(NXWidgets::CNxServer *server) diff --git a/graphics/NxWidgets/nxwm/src/ctouchscreen.cxx b/graphics/NxWidgets/nxwm/src/ctouchscreen.cxx index b73694fb4..8f779a534 100644 --- a/graphics/NxWidgets/nxwm/src/ctouchscreen.cxx +++ b/graphics/NxWidgets/nxwm/src/ctouchscreen.cxx @@ -89,7 +89,7 @@ using namespace NxWM; * CTouchscreen Constructor * * @param server. An instance of the NX server. This will be needed for - * injecting mouse data. + * injecting touchscreen data. * @param windowSize. The size of the physical window in pixels. This * is needed for touchscreen scaling. */