]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
network: Fixes a little typo in an error message 2951/head
authortomponline <thomas.parrott@canonical.com>
Fri, 26 Apr 2019 16:49:32 +0000 (17:49 +0100)
committertomponline <thomas.parrott@canonical.com>
Fri, 26 Apr 2019 16:51:44 +0000 (17:51 +0100)
Signed-off-by: tomponline <thomas.parrott@canonical.com>
src/lxc/network.c

index d1b4d43ada70c036591581eab696bde02a707efd..336805d1a1ae3e0dce72fa9034e91c3151141a01 100644 (file)
@@ -2974,7 +2974,7 @@ static int lxc_setup_netdev_in_child_namespaces(struct lxc_netdev *netdev)
                                if (netdev->ipv4_gateway_auto) {
                                        char buf[INET_ADDRSTRLEN];
                                        inet_ntop(AF_INET, netdev->ipv4_gateway, buf, sizeof(buf));
-                                       ERROR("Fried to set autodetected ipv4 gateway \"%s\"", buf);
+                                       ERROR("Tried to set autodetected ipv4 gateway \"%s\"", buf);
                                }
                                return -1;
                        }