From: Greg Sabino Mullane Date: Mon, 26 Apr 2010 17:05:48 +0000 (-0400) Subject: Typo. X-Git-Tag: 2.15.1~28 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cf9d16e450dea45899b2d16ec4217df289f053a6;p=check_postgres.git Typo. --- 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 "; } } }