From 7418c7b8f0a27ced882011beefe4b5ef6ca46142 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 10 Nov 2020 13:40:38 +0900 Subject: [PATCH] Fix typo --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-client.c b/repmgr-client.c index 583374f7..b361cacb 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1189,7 +1189,7 @@ main(int argc, char **argv) } /* - * Check for configuration file items which can be overriden by runtime + * Check for configuration file items which can be overridden by runtime * options * ===================================================================== */