typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:38:48 +0000 (07:38 -0400)]
lib/SQL/Translator/Producer/PostgreSQL.pm

index bcfcb6f..5f898ac 100644 (file)
@@ -831,7 +831,7 @@ sub alter_field
                        $to_field->name)
         if ( !defined $new_default && defined $old_default );
 
-    # add geometry column and contraints
+    # add geometry column and constraints
     push @out, add_geometry_column($to_field) if is_geometry($to_field);
     push @out, add_geometry_constraints($to_field) if is_geometry($to_field);