about summary refs log tree commit diff stats
path: root/src/tools/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/parser.c')
-rw-r--r--src/tools/parser.c2
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);