[lxc-devel] [lxd/master] added missing quote in comment

elopio on Github lxc-bot at linuxcontainers.org
Fri Feb 9 05:20:43 UTC 2018


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/20180209/f981d1ed/attachment.bin>
-------------- next part --------------
From bc33ce14d18065163153320a770eff02a71b1ca6 Mon Sep 17 00:00:00 2001
From: Leo Arias <leo.arias at canonical.com>
Date: Thu, 8 Feb 2018 23:20:26 -0600
Subject: [PATCH] added missing quote in comment

---
 lxc/storage.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/storage.go b/lxc/storage.go
index 94a7a4b10..a5ca5bd7d 100644
--- a/lxc/storage.go
+++ b/lxc/storage.go
@@ -33,7 +33,7 @@ func (c *storageCmd) showByDefault() bool {
 func (c *storageCmd) storagePoolEditHelp() string {
 	return i18n.G(
 		`### This is a yaml representation of a storage pool.
-### Any line starting with a '# will be ignored.
+### Any line starting with a '#' will be ignored.
 ###
 ### A storage pool consists of a set of configuration items.
 ###


More information about the lxc-devel mailing list