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

albertodonato on Github lxc-bot at linuxcontainers.org
Wed Sep 6 12:20:12 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170906/6520a9aa/attachment.bin>
-------------- next part --------------
From 6dabf05182e16c0bb36b11e07f94f7451034efa1 Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.donato at canonical.com>
Date: Wed, 6 Sep 2017 14:18:55 +0200
Subject: [PATCH] Fix typo in comment.

Signed-off-by: Alberto Donato <alberto.donato at 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
 		}
 


More information about the lxc-devel mailing list