From 7e20f1e2003f6d966a01cecff39417e428d75180 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Feb 2017 09:01:50 +1300 Subject: [PATCH] Correct "incluing" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- source3/rpc_server/svcctl/srv_svcctl_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_server/svcctl/srv_svcctl_reg.c b/source3/rpc_server/svcctl/srv_svcctl_reg.c index 1aa22a58be6..f8d04d41dab 100644 --- a/source3/rpc_server/svcctl/srv_svcctl_reg.c +++ b/source3/rpc_server/svcctl/srv_svcctl_reg.c @@ -101,7 +101,7 @@ static struct service_display_info common_unix_svcs[] = { { "bind", NULL, "Domain Name Service", NULL }, { "httpd", NULL, "HTTP Server", NULL }, { "apache", NULL, "HTTP Server", "Provides s highly scalable and flexible web server " - "capable of implementing various protocols incluing " + "capable of implementing various protocols including " "but not limited to HTTP" }, { "autofs", NULL, "Automounter", NULL }, { "squid", NULL, "Web Cache Proxy ", NULL }, -- 2.34.1