mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[codespell] fix spelling mistakes
This commit is contained in:
@@ -2864,7 +2864,7 @@ static int parse_kbd_options(rdpSettings* settings, const COMMAND_LINE_ARGUMENT_
|
||||
|
||||
if (option_starts_with("remap:", val))
|
||||
{
|
||||
/* Append this new occurence to the already existing list */
|
||||
/* Append this new occurrence to the already existing list */
|
||||
char* now = _strdup(&val[6]);
|
||||
const char* old =
|
||||
freerdp_settings_get_string(settings, FreeRDP_KeyboardRemappingList);
|
||||
|
||||
Reference in New Issue
Block a user