From c147a86b152247ac75bad67ec77384fa2c21eea5 Mon Sep 17 00:00:00 2001 From: Kevin Gillette Date: Thu, 12 Dec 2013 11:57:18 -0700 Subject: [PATCH] Iterate has one 't' --- bitlist.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitlist.go b/bitlist.go index 45b0627..d4bb2e9 100644 --- a/bitlist.go +++ b/bitlist.go @@ -93,8 +93,8 @@ func (bl *BitList) GetBytes() []byte { return result } -// itterates through all bytes contained in the BitList -func (bl *BitList) ItterateBytes() <-chan byte { +// iterates through all bytes contained in the BitList +func (bl *BitList) IterateBytes() <-chan byte { res := make(chan byte) go func() {