The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4232

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

From bc33ce14d18065163153320a770eff02a71b1ca6 Mon Sep 17 00:00:00 2001
From: Leo Arias <leo.ar...@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.
 ###
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to