Skip to content

Commit

Permalink
spelling: implicit
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and nigoroll committed Aug 20, 2024
1 parent f3f41ed commit c8d46df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/mgt/mgt_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ main(int argc, char * const *argv)
alp->priv = create_pid_file(&pid, "%s", alp->val);
}

/* Implict -P argument */
/* Implicit -P argument */
alp = arg_list_add('P', NULL);
alp->priv = create_pid_file(&pid, "%s/_.pid", workdir);

Expand Down

0 comments on commit c8d46df

Please sign in to comment.