mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Fix spelling
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -741,7 +741,7 @@ do_standby_register(void)
|
|||||||
if (PQntuples(res) == 0)
|
if (PQntuples(res) == 0)
|
||||||
{
|
{
|
||||||
/* schema doesn't exist */
|
/* 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);
|
PQclear(res);
|
||||||
PQfinish(conn);
|
PQfinish(conn);
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
|
|||||||
Reference in New Issue
Block a user