diff options
-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 "; } } } |