[Bast-commits] r3709 - DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultClass

gphat at dev.catalyst.perl.org gphat at dev.catalyst.perl.org
Fri Aug 24 18:11:46 GMT 2007


Author: gphat
Date: 2007-08-24 18:11:46 +0100 (Fri, 24 Aug 2007)
New Revision: 3709

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultClass/HashRefInflator.pm
Log:
Fix typos.


Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultClass/HashRefInflator.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2007-08-24 12:45:34 UTC (rev 3708)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2007-08-24 17:11:46 UTC (rev 3709)
@@ -23,13 +23,13 @@
 =item *
 
 Specify C<< $rs->result_class >> on a specific resultset to affect only that
-resultser (and any chained off of it); or
+resultset (and any chained off of it); or
 
 =item *
 
 Specify C<< __PACKAGE__->result_class >> on your source object to force all
 uses of that result source to be inflated to hash-refs - this approach is not
-recomended
+recommended.
 
 =back
 




More information about the Bast-commits mailing list