[codespell] fix spelling mistakes

This commit is contained in:
akallabeth
2024-11-21 10:21:12 +01:00
parent 6e7feb8080
commit b5f95e0f87
10 changed files with 18 additions and 18 deletions

View File

@@ -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);