diff options
author | Greg Sabino Mullane | 2010-04-26 17:05:48 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-04-26 17:05:48 +0000 |
commit | cf9d16e450dea45899b2d16ec4217df289f053a6 (patch) | |
tree | 1f97380b1ce63291a7d7741bddc6251794489bc2 | |
parent | 73bb65069cd0b8961ab60276c8116028aa5dd459 (diff) |
Typo.
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 1e3fcd422..9fd8bb167 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6144,7 +6144,7 @@ JOIN pg_namespace n ON (n.oid = pronamespace) } if (exists $fail{functions}{diffvol}) { for my $name (sort @{$fail{functions}{diffvol}}) { - $db->{perf} .= " Function volatilitiy different on 1 than 2: $name "; + $db->{perf} .= " Function volatility different on 1 than 2: $name "; } } } |