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

View File

@@ -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"