--- pgdiff 2003/10/29 18:00:39 1.12 +++ pgdiff 2003/10/31 11:19:45 1.13 @@ -162,13 +162,13 @@ # print Dumper($tr); } - # all colums (for insert) + # all columns (for insert) my @cols = @{$mscheme->cols($table)}; - # colums compared by a=b + # columns compared by a=b my @cols_notnull = @{$mscheme->cols_notnull($table)}; - # colums compared by a=b or a is null and b is null + # columns compared by a=b or a is null and b is null my @cols_null = @{$mscheme->cols_null($table)}; # primary key columns @@ -178,7 +178,7 @@ my @cols_cmp = @{$mscheme->cols_notpk($table)}; my @cols_skip; # skipped columns - my @cols_test; # all colums to test (without skipped) + my @cols_test; # all columns to test (without skipped) foreach my $row (@{$mscheme->pg_attribute($table)}) { # attname format_type attnotnull atthasdef attnum default references