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

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: Alberto Donato <alberto.don...@canonical.com>
From 6dabf05182e16c0bb36b11e07f94f7451034efa1 Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.don...@canonical.com>
Date: Wed, 6 Sep 2017 14:18:55 +0200
Subject: [PATCH] Fix typo in comment.

Signed-off-by: Alberto Donato <alberto.don...@canonical.com>
---
 lxc/image.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/image.go b/lxc/image.go
index a33ce7224..394da38aa 100644
--- a/lxc/image.go
+++ b/lxc/image.go
@@ -405,7 +405,7 @@ func (c *imageCmd) run(conf *config.Config, args []string) 
error {
                                return err
                        }
 
-                       // Store the fingerprint for use when creating aliases 
later (as imgInfo.Fingerprint may be overriden)
+                       // Store the fingerprint for use when creating aliases 
later (as imgInfo.Fingerprint may be overridden)
                        fp = imgInfo.Fingerprint
                }
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to