Merge pull request #60 from carsonmcdonald/fixsuccesfully

Change succesfully to successfully
This commit is contained in:
Mark McGranaghan 2013-12-26 14:43:04 -08:00
commit 08fedf84be
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -127,7 +127,7 @@ we sent above and print it out.</p>
<tr>
<td class="docs">
<p>When we run the program the <code>&quot;ping&quot;</code> message is
succesfully passed from one goroutine to another via our
successfully passed from one goroutine to another via our
channel.</p>
</td>