From 1a9bcddccda087bbe1291ed4608aacc176ee06d0 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 d882c085..223fbe02 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -6098,7 +6098,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;