Fix typo in ResultSet docs
Cory G Watson [Fri, 26 Jun 2009 14:33:35 +0000 (14:33 +0000)]
lib/DBIx/Class/ResultSet.pm

index 796bde7..b012e03 100644 (file)
@@ -3208,7 +3208,7 @@ Makes the resultset paged and specifies the page to retrieve. Effectively
 identical to creating a non-pages resultset and then calling ->page($page)
 on it.
 
-If L<rows> attribute is not specified it defualts to 10 rows per page.
+If L<rows> attribute is not specified it defaults to 10 rows per page.
 
 When you have a paged resultset, L</count> will only return the number
 of rows in the page. To get the total, use the L</pager> and call