From 49418e096ea417f40296eff04734d3ff3bebd657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Marqu=C3=A9s?= Date: Sat, 19 May 2018 12:28:41 -0300 Subject: [PATCH] Fix typo in a code comment --- repmgrd-physical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 6623423a..b4424d91 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -2628,7 +2628,7 @@ do_election(void) } else { - /* standby nodes found - check if we're in the primary location befor checking theirs */ + /* standby nodes found - check if we're in the primary location before checking theirs */ if (strncmp(upstream_node_info.location, local_node_info.location, MAXLEN) == 0) { primary_location_seen = true;