From 0bde2fc00c6ece223dbb058bc61b0d09e09b9c32 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 28 Oct 2019 14:08:48 +0900 Subject: [PATCH] standby clone: fix typo in log message --- repmgr-action-standby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 3ddbe84b..9da1832e 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -6072,7 +6072,7 @@ run_basebackup(t_node_info *node_record) if (record_status == RECORD_FOUND) { log_verbose(LOG_INFO, - _("replication slot \"%s\" aleady exists on upstream node %i"), + _("replication slot \"%s\" already exists on upstream node %i"), node_record->slot_name, upstream_node_id); slot_exists_on_upstream = true;