Fix a typo.
Tom Hukins [Wed, 9 Apr 2008 11:18:46 +0000 (11:18 +0000)]
lib/DBIx/Class/Manual/Joining.pod

index 0333371..700a1df 100644 (file)
@@ -101,7 +101,7 @@ L</WHAT ARE JOINS> above.
 =head2 Across multiple relations
 
 For simplicity in the example above, the C<Artist> was shown as a
-simple text firld in the C<Tracks> table, in reality, you'll want to
+simple text field in the C<Tracks> table, in reality, you'll want to
 have the artists in their own table as well, thus to fetch the
 complete set of data we'll need to join to the Artist table too.