aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-12-29 12:45:20 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-06 00:50:30 +0100
commit100b2789226fb12b61e4b6ae34074383ea24b117 (patch)
tree040ff542c99cbdba0f6de1d1cb9e8f1a9cf87f27
parentb8b897e3f0aff790ccdd927fe1e8c79f92b49ffa (diff)
downloadnx-libs-100b2789226fb12b61e4b6ae34074383ea24b117.tar.gz
nx-libs-100b2789226fb12b61e4b6ae34074383ea24b117.tar.bz2
nx-libs-100b2789226fb12b61e4b6ae34074383ea24b117.zip
Keyboard.c: fix typo
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
index 695fce40d..4d23b4654 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -1466,7 +1466,7 @@ static void nxagentWriteKeyboardDir(void)
if (keyboard_file_path)
{
/*
- * special case: if rules is NULL create a directory insteas of
+ * special case: if rules is NULL create a directory instead of
* a file. This is the defined method to disable x2gosetkeyboard.
*/
if (mkdir(keyboard_file_path, 0555) < 0)