[lxc-devel] [lxd/master] Typo: now -> know

ajthemacboy on Github lxc-bot at linuxcontainers.org
Sat Aug 19 13:21:35 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170819/68977080/attachment.bin>
-------------- next part --------------
From 9a8b968163a163be71711b38db303257ca059dd3 Mon Sep 17 00:00:00 2001
From: ajthemacboy <ajthemacboy at users.noreply.github.com>
Date: Sat, 19 Aug 2017 09:18:15 -0400
Subject: [PATCH] Typo: now -> know

---
 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


More information about the lxc-devel mailing list