From: David Steinbrunner Date: Fri, 13 Sep 2013 11:42:37 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e95adcb9ce2c7f58fc27fbcf58dc430b37d28c6;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/SQL/Translator/Schema/Table.pm b/lib/SQL/Translator/Schema/Table.pm index 5e69f86..789b9a1 100644 --- a/lib/SQL/Translator/Schema/Table.pm +++ b/lib/SQL/Translator/Schema/Table.pm @@ -741,7 +741,7 @@ add to the fields of an existing PK (and will unique the field names). Returns the C object representing the primary key. -These are eqivalent: +These are equivalent: $table->primary_key('id'); $table->primary_key(['name']);