From 3eed4928b7a30b71b93e9d57cc22d28cf5457d39 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 11 Oct 2012 11:40:12 -0700 Subject: [PATCH] Minor spelling fix: s/accross/across/ --- examples/select/select.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/select/select.go b/examples/select/select.go index af7b3b6..93cec6e 100644 --- a/examples/select/select.go +++ b/examples/select/select.go @@ -9,7 +9,7 @@ import "fmt" func main() { - // For our example we'll select accross two channels. + // For our example we'll select across two channels. c1 := make(chan string) c2 := make(chan string)