summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-04-26 17:05:48 +0000
committerGreg Sabino Mullane2010-04-26 17:05:48 +0000
commitcf9d16e450dea45899b2d16ec4217df289f053a6 (patch)
tree1f97380b1ce63291a7d7741bddc6251794489bc2
parent73bb65069cd0b8961ab60276c8116028aa5dd459 (diff)
Typo.
-rwxr-xr-xcheck_postgres.pl2
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 ";
}
}
}