[master] c8d46df89 spelling: implicit

Nils Goroll nils.goroll at uplex.de
Tue Aug 20 08:44:08 UTC 2024


commit c8d46df89e88258d244a9f055f11065f392b5f69
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Mon Aug 19 11:35:06 2024 -0400

    spelling: implicit
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index c6f05478f..8b3ccfad6 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -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);
 


More information about the varnish-commit mailing list