diff options
author | Greg Sabino Mullane | 2012-01-16 17:38:43 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-16 17:38:43 +0000 |
commit | c16989813a6112ce82acf5d9a1586e4e449ed4a0 (patch) | |
tree | 41fbb338ae3763613b8eca957e1fc6b0ecda361a /check_postgres.pl | |
parent | 50d902e2d5fafef982607eba47d19eb278ed47c6 (diff) |
Spell check tweaks
Diffstat (limited to 'check_postgres.pl')
-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 d2e5c3063..4a2afd22f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1927,7 +1927,7 @@ check_dbstats() if $action eq 'dbstats'; ## Check how long since the last checkpoint check_checkpoint() if $action eq 'checkpoint'; -## Check the Datasbae System Identifier +## Check the Database System Identifier check_cluster_id() if $action eq 'cluster_id'; ## Check for disabled triggers |