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

stgraber on Github lxc-bot at linuxcontainers.org
Fri Mar 3 21:26:12 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/20170303/0f2b7fcb/attachment.bin>
-------------- next part --------------
From f0395f54e08a360d1c67f4c336066d39767944ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 3 Mar 2017 00:21:54 -0500
Subject: [PATCH] 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/storage_zfs.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/storage_zfs.go b/lxd/storage_zfs.go
index a3f4187..6079380 100644
--- a/lxd/storage_zfs.go
+++ b/lxd/storage_zfs.go
@@ -115,7 +115,7 @@ func (s *storageZfs) StoragePoolCheck() error {
 			return fmt.Errorf("ZFS storage pool \"%s\" could not be imported: %s.", poolName, string(output))
 		}
 
-		shared.LogDebugf("ZFS storage pool \"%s\" succesfully imported.", poolName)
+		shared.LogDebugf("ZFS storage pool \"%s\" successfully imported.", poolName)
 	}
 
 	return nil


More information about the lxc-devel mailing list