summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlinexact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-cmdlinexact.cpp')
-rw-r--r--src/main-cmdlinexact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-cmdlinexact.cpp b/src/main-cmdlinexact.cpp
index a407d3c0e..46f42d0d2 100644
--- a/src/main-cmdlinexact.cpp
+++ b/src/main-cmdlinexact.cpp
@@ -399,7 +399,7 @@ parseVerbsYAMLFile(gchar const *yaml_filename)
handling_value = true;
break;
- /* Block delimeters */
+ /* Block delimiters */
case YAML_BLOCK_SEQUENCE_START_TOKEN:
if( state == HANDLING_ROOT ) {
if( key == "run" )