From 7cc744000a9c9239b7d713ab47415a9dd1752eb5 Mon Sep 17 00:00:00 2001 From: cecilihf Date: Thu, 12 Jul 2007 10:27:37 +0000 Subject: [PATCH] Fixed typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1675 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/mgt_child.c b/varnish-cache/bin/varnishd/mgt_child.c index 71834c73..f6a0b7e2 100644 --- a/varnish-cache/bin/varnishd/mgt_child.c +++ b/varnish-cache/bin/varnishd/mgt_child.c @@ -453,5 +453,5 @@ mcf_server_status(struct cli *cli, char **av, void *priv) { (void)av; (void)priv; - cli_out(cli, "Child is state %s", ch_state[child_state]); + cli_out(cli, "Child in state %s", ch_state[child_state]); } -- 2.39.5