1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fix typo in comment

This commit is contained in:
Michael Vetter 2020-07-15 11:18:27 +02:00
parent d674250977
commit 1f90a41b89

View File

@ -204,7 +204,7 @@ parse_args_with_freetext(const char* const inp, int min, int max, gboolean* resu
return NULL;
}
// copy and strip input of leading/trailing whitepsace
// copy and strip input of leading/trailing whitespace
char* copy = strdup(inp);
g_strstrip(copy);