[lxc-devel] [lxd/master] fixed "successfully" typos

hex2a on Github lxc-bot at linuxcontainers.org
Thu Feb 11 20:21:14 UTC 2016


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/20160211/af06b46e/attachment.bin>
-------------- next part --------------
From 437ad3f05af245bf538f1de993bba64a8c09049b Mon Sep 17 00:00:00 2001
From: hex2a <root at localhost>
Date: Thu, 11 Feb 2016 21:20:29 +0100
Subject: [PATCH] fixed "successfully" typos

---
 Makefile    | 6 +++---
 lxd/main.go | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index b534770..975928f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ default:
 	-go get -t -v -d ./...
 	-go get -t -v -d ./...
 	go install -v $(DEBUG) ./...
-	@echo "LXD built succesfuly"
+	@echo "LXD built successfully"
 
 .PHONY: client
 client:
@@ -24,7 +24,7 @@ client:
 	-go get -t -v -d ./...
 	-go get -t -v -d ./...
 	go install -v $(DEBUG) ./lxc
-	@echo "LXD client built succesfuly"
+	@echo "LXD client built successfully"
 
 .PHONY: update
 update:
@@ -50,7 +50,7 @@ check: default
 
 gccgo:
 	go build -compiler gccgo ./...
-	@echo "LXD built succesfuly with gccgo"
+	@echo "LXD built successfully with gccgo"
 
 .PHONY: dist
 dist:
diff --git a/lxd/main.go b/lxd/main.go
index 9d9cd2d..885e1eb 100644
--- a/lxd/main.go
+++ b/lxd/main.go
@@ -774,6 +774,6 @@ func setupLXD() error {
 		}
 	}
 
-	fmt.Printf("LXD has been succesfuly configured.\n")
+	fmt.Printf("LXD has been successfully configured.\n")
 	return nil
 }


More information about the lxc-devel mailing list