The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3007
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: Stéphane Graber <stgra...@ubuntu.com>
From f0395f54e08a360d1c67f4c336066d39767944ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel