diff --git a/lib/Fey/Object/Iterator/FromSelect.pm b/lib/Fey/Object/Iterator/FromSelect.pm index 0cae5a5..c9a1fc5 100644 --- a/lib/Fey/Object/Iterator/FromSelect.pm +++ b/lib/Fey/Object/Iterator/FromSelect.pm @@ -305,7 +305,7 @@ See L for more details. This returns the current index value of the iterator. When the object is first constructed, this index is 0, and it is incremented once for -each row fetched by calling C<< $iteartor->next() >>. +each row fetched by calling C<< $iterator->next() >>. =head2 $iterator->next()