diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-07-15 11:18:27 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-07-15 11:18:27 +0200 |
commit | 1f90a41b8961a502eac709ca6c6c9b1f0c3cbcc2 (patch) | |
tree | 140e6170c687a4c7da48bd7ce75aa91cb52b1934 /src/tools | |
parent | d67425097710734f6e6691daddd1eb93c1f56331 (diff) | |
download | profani-tty-1f90a41b8961a502eac709ca6c6c9b1f0c3cbcc2.tar.gz |
Fix typo in comment
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/parser.c b/src/tools/parser.c index 2099a071..240d5358 100644 --- a/src/tools/parser.c +++ b/src/tools/parser.c @@ -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); |