diff --git a/client/X11/cli/xfreerdp.c b/client/X11/cli/xfreerdp.c index 4bdaf4cdb..e4481b91d 100644 --- a/client/X11/cli/xfreerdp.c +++ b/client/X11/cli/xfreerdp.c @@ -43,7 +43,7 @@ static void xfreerdp_print_help(void) printf("\tAction Script\n"); printf("\t\tExecutes a predefined script on key press.\n"); printf("\t\tShould the script not exist it is ignored.\n"); - printf("\t\tScripts can be provided at the default localtion ~/.config/freerdp/action.sh or as " + printf("\t\tScripts can be provided at the default location ~/.config/freerdp/action.sh or as " "command line argument /action:script:\n"); printf("\t\tThe script will receive the current key combination as argument.\n"); printf("\t\tThe output of the script is parsed for 'key-local' which tells that the script " diff --git a/client/X11/man/xfreerdp-shortcuts.1.xml b/client/X11/man/xfreerdp-shortcuts.1.xml index a6b96eac0..f437c6e7a 100644 --- a/client/X11/man/xfreerdp-shortcuts.1.xml +++ b/client/X11/man/xfreerdp-shortcuts.1.xml @@ -17,7 +17,7 @@ Action Script executes a predefined script on key press. Should the script not exist it is ignored. - Scripts can be provided at the default localtion ~/.config/freerdp/action.sh or as command line argument /action:script:<path>. + Scripts can be provided at the default location ~/.config/freerdp/action.sh or as command line argument /action:script:<path>. The script will receive the current key combination as argument. The output of the script is parsed for key-local which tells that the script used the key combination, otherwise the combination is forwarded to the remote.