From 05f872effe15e3d086e740ea7bdff209336316e3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 7 Feb 2018 08:55:51 +0900 Subject: [PATCH] Fix typo in HINT --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-client.c b/repmgr-client.c index b22c8bfd..50a28b08 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -997,7 +997,7 @@ main(int argc, char **argv) && config_file_options.use_replication_slots == true) { log_error(_("STANDBY CLONE in Barman mode is incompatible with configuration option \"use_replication_slots\"")); - log_hint(_("set \"use_replication_slots\" to \"no\" in repmgr.conf, or use --without-barman fo clone directly from the upstream server")); + log_hint(_("set \"use_replication_slots\" to \"no\" in repmgr.conf, or use --without-barman to clone directly from the upstream server")); exit(ERR_BAD_CONFIG); } }