Fix typos reported by codespell

This commit is contained in:
Romain Vimont 2021-12-15 18:27:45 +01:00
parent d049671908
commit feb250a973
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ execute_server(struct sc_server *server,
ADD_PARAM("power_off_on_close=%s", STRBOOL(params->power_off_on_close)); ADD_PARAM("power_off_on_close=%s", STRBOOL(params->power_off_on_close));
} }
if (!params->clipboard_autosync) { if (!params->clipboard_autosync) {
// By defaut, clipboard_autosync is true // By default, clipboard_autosync is true
ADD_PARAM("clipboard_autosync=%s", STRBOOL(params->clipboard_autosync)); ADD_PARAM("clipboard_autosync=%s", STRBOOL(params->clipboard_autosync));
} }

View file

@ -240,7 +240,7 @@ sc_str_wrap_lines(const char *input, unsigned columns, unsigned indent) {
APPEND_INDENT(); APPEND_INDENT();
// The last separator encountered, it must be inserted only conditionnaly, // The last separator encountered, it must be inserted only conditionally,
// depending on the next token // depending on the next token
char pending = 0; char pending = 0;