From ff81bdb57f7a1abf97e4474fc899cf9f621d20ba Mon Sep 17 00:00:00 2001 From: jaywgraves Date: Wed, 10 Oct 2012 10:51:22 -0500 Subject: [PATCH] typo fix --- examples/line-filters/line-filters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/line-filters/line-filters.go b/examples/line-filters/line-filters.go index a1f87e8..a777210 100644 --- a/examples/line-filters/line-filters.go +++ b/examples/line-filters/line-filters.go @@ -9,7 +9,7 @@ package main // Package `bufio` will help us read line-by-line, and -// `bytes` provides the byte-level capitaliazation +// `bytes` provides the byte-level capitalization // function. import "bufio" import "bytes"