Fix typo
Dagfinn Ilmari Mannsåker [Sat, 14 Sep 2013 16:41:58 +0000 (17:41 +0100)]
lib/SQL/Translator/Producer/TT/Table.pm

index 1b9ec68..7d8d041 100644 (file)
@@ -82,7 +82,7 @@ If you set C<mk_files> and its additional options the producer will
 write a separate file for each table in the schema. This is useful for
 producing things like HTML documentation where every table gets its
 own page (you could also use TTSchema producer to add an index page).
-Its also particularly good for code generation where you want to
+It's also particularly good for code generation where you want to
 produce a class file per table.
 
 =head1 OPTIONS