[lxc-devel] [lxd/master] Fix spelling: permisson -> permission

dolph on Github lxc-bot at linuxcontainers.org
Mon Jul 18 20:28:41 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 413 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160718/fb4b0d3e/attachment.bin>
-------------- next part --------------
From 8de0a7cbb453fe8df3f453cb48fe6f778bd6fcbb Mon Sep 17 00:00:00 2001
From: Dolph Mathews <dolph.mathews at gmail.com>
Date: Mon, 18 Jul 2016 13:23:02 -0700
Subject: [PATCH] Fix spelling: permisson -> permission

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

diff --git a/lxc/main.go b/lxc/main.go
index 4938a0f..6b9a26c 100644
--- a/lxc/main.go
+++ b/lxc/main.go
@@ -28,7 +28,7 @@ func main() {
 		case syscall.ECONNREFUSED:
 			msg = i18n.G("Connection refused; is LXD running?")
 		case syscall.EACCES:
-			msg = i18n.G("Permisson denied, are you in the lxd group?")
+			msg = i18n.G("Permission denied, are you in the lxd group?")
 		}
 
 		fmt.Fprintln(os.Stderr, fmt.Sprintf("%s", msg))


More information about the lxc-devel mailing list