From b418ed66c55f57bb3f767bfe858c72561e8b4dc4 Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Fri, 23 Nov 2012 20:43:21 +0100 Subject: [PATCH] Fix misspelled "before" --- examples/tickers/tickers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tickers/tickers.sh b/examples/tickers/tickers.sh index bdbb3a3..0bce8ff 100644 --- a/examples/tickers/tickers.sh +++ b/examples/tickers/tickers.sh @@ -1,5 +1,5 @@ # When we run this program the ticker should tick 3 times -# befor we stop it. +# before we stop it. $ go run tickers.go Tick at 2012-09-23 11:29:56.487625 -0700 PDT Tick at 2012-09-23 11:29:56.988063 -0700 PDT