[lxc-devel] [lxd/master] lxd/containers: Fix typo

stgraber on Github lxc-bot at linuxcontainers.org
Wed Nov 15 17:08:46 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171115/ba78145e/attachment.bin>
-------------- next part --------------
From 7b4df587d2db57fee2821617f05fb521d097c758 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 15 Nov 2017 12:08:22 -0500
Subject: [PATCH] lxd/containers: Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 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 b3bb3238b..3e52bb11d 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -156,7 +156,7 @@ func lxcSetConfigItem(c *lxc.Container, key string, value string) error {
 
 	if strings.HasPrefix(key, "lxc.prlimit.") {
 		if !util.RuntimeLiblxcVersionAtLeast(2, 1, 0) {
-			return fmt.Errorf(`Process limits require libxc >= 2.1`)
+			return fmt.Errorf(`Process limits require liblxc >= 2.1`)
 		}
 	}
 


More information about the lxc-devel mailing list