[Catalyst-commits] r7272 -
trunk/examples/CatalystAdvent/root/2007/pen
zby at dev.catalyst.perl.org
zby at dev.catalyst.perl.org
Tue Dec 11 11:32:39 GMT 2007
Author: zby
Date: 2007-12-11 11:32:39 +0000 (Tue, 11 Dec 2007)
New Revision: 7272
Modified:
trunk/examples/CatalystAdvent/root/2007/pen/15.pod
Log:
Some typo fixed.
Modified: trunk/examples/CatalystAdvent/root/2007/pen/15.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/pen/15.pod 2007-12-11 11:24:03 UTC (rev 7271)
+++ trunk/examples/CatalystAdvent/root/2007/pen/15.pod 2007-12-11 11:32:39 UTC (rev 7272)
@@ -109,7 +109,7 @@
'relationship1.relationship2.relationship3.column' into 'relationship3.column'
- the fully qualified column name and a
'{ relationship1 => { relationship2 => relationship3 } }' hash used for joining
-the appriopriate tables.
+the appropriate tables.
(I had also a non-recursive version - but it was not simpler)
@@ -143,7 +143,7 @@
});
What we need is a method called 'search_for_tags' that will do the search. The
-nice thing is that we don't need to warry how this will be combined with the
+nice thing is that we don't need to wary how this will be combined with the
rest of the predicates - DBIC will do the right thing (for and 'AND' relation).
Here is the method:
@@ -216,7 +216,7 @@
(http://www.postgresql.org/docs/8.2/interactive/functions-geometry.html).
There are
problems with it - the distance operator assumes planar coordinates,
-while for the interesting thing is to search geografic data with the standard
+while for the interesting thing is to search geographic data with the standard
latitude/longitude coordinates and the search does not use indices.
In our solution we just don't care about
being exact and just multiply the 'distance' in degrees by 50 to get approximate
@@ -286,7 +286,7 @@
What I presented here is a base class for ResultSets implementing an advanced_search
method which can be treated as a replacement of the standard 'search' method but is
-easier to extend. And which can be usefull for the task of building queries out
+easier to extend. And which can be useful for the task of building queries out
of HTML Form parameters.
=head3 AUTHOR
More information about the Catalyst-commits
mailing list