Merge pull request #1 from jaywgraves/patch-1

typo fix
This commit is contained in:
Mark McGranaghan 2012-10-10 09:04:54 -07:00
commit 8a242de78d

View File

@ -9,7 +9,7 @@
package main package main
// Package `bufio` will help us read line-by-line, and // Package `bufio` will help us read line-by-line, and
// `bytes` provides the byte-level capitaliazation // `bytes` provides the byte-level capitalization
// function. // function.
import "bufio" import "bufio"
import "bytes" import "bytes"