typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:42:37 +0000 (07:42 -0400)]
lib/SQL/Translator/Schema/Table.pm

index 5e69f86..789b9a1 100644 (file)
@@ -741,7 +741,7 @@ add to the fields of an existing PK (and will unique the field names).
 Returns the C<SQL::Translator::Schema::Constraint> object representing
 the primary key.
 
-These are eqivalent:
+These are equivalent:
 
   $table->primary_key('id');
   $table->primary_key(['name']);