The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3691
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: AJ Ruckman <[email protected]>
From 7ca757712056f68f8ada72f03e75bc3dbf065c71 Mon Sep 17 00:00:00 2001 From: ajthemacboy <[email protected]> Date: Sat, 19 Aug 2017 09:18:15 -0400 Subject: [PATCH] Typo: now -> know Signed-off-by: AJ Ruckman <[email protected]> --- lxd/container_lxc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go index 6e21c0be5..de32f1b28 100644 --- a/lxd/container_lxc.go +++ b/lxd/container_lxc.go @@ -6731,7 +6731,7 @@ func (c *containerLXC) setNetworkLimits(name string, m types.Device) error { veth := c.getHostInterface(m["name"]) if veth == "" { - return fmt.Errorf("LXC doesn't now about this device and the host_name property isn't set, can't find host side veth name") + return fmt.Errorf("LXC doesn't know about this device and the host_name property isn't set, can't find host side veth name") } // Apply max limit
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
