summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fb97d6fe4..af9c96f1c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -773,7 +773,7 @@ execbackend(const char *const *argv)
command_add_arg(&cmd, cipaction->arg_ptr);
command_add_arg(&cmd, str_fmt("--%s", cipaction->olong));
- /* Exlicitely separate arguments from options as any user-supplied
+ /* Explicitly separate arguments from options as any user-supplied
* separator got stripped by the option parser */
command_add_arg(&cmd, "--");
command_add_argl(&cmd, (const char **)argv);