From 38de15043667fa044ae61b4613572fbf12cb2219 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Jan 2015 09:23:26 +0900 Subject: [PATCH] Fix spelling --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index b8bbd8ca..734e5889 100644 --- a/repmgr.c +++ b/repmgr.c @@ -741,7 +741,7 @@ do_standby_register(void) if (PQntuples(res) == 0) { /* schema doesn't exist */ - log_err(_("Schema %s doesn't exists.\n"), repmgr_schema); + log_err(_("Schema %s doesn't exist.\n"), repmgr_schema); PQclear(res); PQfinish(conn); exit(ERR_BAD_CONFIG);