From c16989813a6112ce82acf5d9a1586e4e449ed4a0 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 16 Jan 2012 12:38:43 -0500 Subject: Spell check tweaks --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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 -- cgit v1.2.3