[Catalyst-commits] r12419 - trunk/examples/CatalystAdvent/root/2009
hbrandenburg at dev.catalyst.perl.org
hbrandenburg at dev.catalyst.perl.org
Thu Dec 17 00:43:59 GMT 2009
Author: hbrandenburg
Date: 2009-12-17 00:43:59 +0000 (Thu, 17 Dec 2009)
New Revision: 12419
Modified:
trunk/examples/CatalystAdvent/root/2009/17.pod
Log:
corrected misspellings
Modified: trunk/examples/CatalystAdvent/root/2009/17.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/17.pod 2009-12-17 00:37:55 UTC (rev 12418)
+++ trunk/examples/CatalystAdvent/root/2009/17.pod 2009-12-17 00:43:59 UTC (rev 12419)
@@ -57,7 +57,7 @@
=head2 The Turn
-Say some XML describing a modest CD collection needs to be parssed and stuffed
+Say some XML describing a modest CD collection needs to be parsed and stuffed
in the above tables, while preserving relational integrity. A seasoned
programmer will sigh, drink some coffee and write the following code:
@@ -206,7 +206,7 @@
=item
The L<find_or_create|DBIx::Class::ResultSet/find_or_create> use mentioned
-above can result in some strange behaviour. Consider:
+above can result in some strange behavior. Consider:
my $cd_data = {
artist_id => $some_artist->id,
More information about the Catalyst-commits
mailing list