[Jifty-commit] r1722 - Jifty-DBI/trunk/lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Aug 1 15:18:29 EDT 2006


Author: srl
Date: Tue Aug  1 15:18:29 2006
New Revision: 1722

Modified:
   Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm

Log:
Spelling fixes.

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	Tue Aug  1 15:18:29 2006
@@ -552,7 +552,7 @@
 
 =head2 items_array_ref
 
-Return a refernece to an array containing all objects found by this
+Return a reference to an array containing all objects found by this
 search.
 
 =cut
@@ -1209,13 +1209,13 @@
 in C<alias1> and C<alias2> that should be linked, respectively.  For this
 type of join, this method has no return value.
 
-Supplying the parameter C<type> => 'left' causes Join to preform a left
+Supplying the parameter C<type> => 'left' causes Join to perform a left
 join.  in this case, it takes C<alias1>, C<column1>, C<table2> and
 C<column2>. Because of the way that left joins work, this method needs a
 table for the second column rather than merely an alias.  For this type
 of join, it will return the alias generated by the join.
 
-The parameter C<operator> defaults C<=>, but you can specity other
+The parameter C<operator> defaults C<=>, but you can specify other
 operators to join with.
 
 Instead of C<alias1>/C<column1>, it's possible to specify expression, to join


More information about the Jifty-commit mailing list