From: David Steinbrunner Date: Fri, 13 Sep 2013 11:45:28 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fbdce23bc6e50c097b695c72561760d8428f66d;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/SQL/Translator/Schema.pm b/lib/SQL/Translator/Schema.pm index 1006904..efa5bda 100644 --- a/lib/SQL/Translator/Schema.pm +++ b/lib/SQL/Translator/Schema.pm @@ -655,14 +655,14 @@ sub make_natural_joins { =head2 make_natural_joins -Creates foriegn key relationships among like-named fields in different +Creates foreign key relationships among like-named fields in different tables. Accepts the following arguments: =over 4 =item * join_pk_only -A True or False argument which determins whether or not to perform +A True or False argument which determines whether or not to perform the joins from primary keys to fields of the same name in other tables =item * skip_fields