From e97319f01d05653342fb9bce2a89edb99d1484d9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 9 Jun 2020 14:08:16 +0900 Subject: [PATCH] Fix typo in comment --- 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 4b93cd75..11218386 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -7206,7 +7206,7 @@ run_file_backup(t_node_info *local_node_record) /* - * If a valid mapping was provide for this tablespace, arrange for it + * If a valid mapping was provided for this tablespace, arrange for it * to be remapped (if no tablespace mapping was provided, the link * will be copied as-is by pg_basebackup and no action is required) */