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"