From 3e50762f31bf4de505dcfcdbe6ecfe6c253b96eb Mon Sep 17 00:00:00 2001
From: Carson McDonald
Date: Mon, 23 Dec 2013 16:58:58 -0500
Subject: [PATCH] Change succesfully to successfully
---
examples/channels/channels.sh | 2 +-
public/channels | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/channels/channels.sh b/examples/channels/channels.sh
index cc394a7..8590e1f 100644
--- a/examples/channels/channels.sh
+++ b/examples/channels/channels.sh
@@ -1,5 +1,5 @@
# When we run the program the `"ping"` message is
-# succesfully passed from one goroutine to another via our
+# successfully passed from one goroutine to another via our
# channel.
$ go run channels.go
ping
diff --git a/public/channels b/public/channels
index 2ea6cb0..1e824f3 100644
--- a/public/channels
+++ b/public/channels
@@ -127,7 +127,7 @@ we sent above and print it out.
When we run the program the "ping" message is
-succesfully passed from one goroutine to another via our
+successfully passed from one goroutine to another via our
channel.
|