From: Arran Cudbard-Bell Date: Mon, 25 May 2020 16:09:49 +0000 (-0500) Subject: more typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb607bd38bf44f4f4a919ed2e58e73e08a77df1;p=thirdparty%2Ffreeradius-server.git more typos --- diff --git a/src/lib/util/socket.c b/src/lib/util/socket.c index 8c388f0dc96..4080864c622 100644 --- a/src/lib/util/socket.c +++ b/src/lib/util/socket.c @@ -921,10 +921,10 @@ int fr_socket_bind(int sockfd, fr_ipaddr_t const *src_ipaddr, uint16_t *src_port */ if (state == CAP_CLEAR) { fr_strerror_printf_push("Binding to service port (%i) will likely fail as we lack the correct " - "capabilities. "); + "capabilities", *src_port); fr_strerror_printf_push("Use the following command to allow this bind: " - "setcap cap_net_bind_service+ep ", *src_port); + "setcap cap_net_bind_service+ep "); goto skip_cap; }