]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-ipv6-proxy-ndp.c
tree-wide: use "cannot" instead of "can not"
[thirdparty/systemd.git] / src / network / networkd-ipv6-proxy-ndp.c
index 31b7c6b0f4f28f170510bbae92810fc117181e09..1a357ac8e6a4e2113b802fcc72c1ed45d0c798b6 100644 (file)
@@ -142,7 +142,7 @@ int config_parse_ipv6_proxy_ndp_address(
         r = in_addr_is_null(AF_INET6, &buffer);
         if (r != 0) {
                 log_syntax(unit, LOG_ERR, filename, line, r,
-                           "IPv6 proxy NDP address can not be the ANY address, ignoring: %s", rvalue);
+                           "IPv6 proxy NDP address cannot be the ANY address, ignoring: %s", rvalue);
                 return 0;
         }