Kevin Gillette 12 лет назад
Родитель
Сommit
c147a86b15
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bitlist.go

+ 2 - 2
bitlist.go

@@ -93,8 +93,8 @@ func (bl *BitList) GetBytes() []byte {
 	return result
 	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)
 	res := make(chan byte)
 
 
 	go func() {
 	go func() {