From 45e29c5b281a364d95fd0ffd9591fa502d613301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Marqu=C3=A9s?= Date: Tue, 2 Jun 2015 09:34:14 -0300 Subject: [PATCH] Typo in a comment --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 4c174bb94..23e7d69aa 100644 --- a/repmgr.c +++ b/repmgr.c @@ -2478,7 +2478,7 @@ run_basebackup() PQExpBufferData params; TablespaceListCell *cell; - /* Creare pg_basebackup command line options */ + /* Create pg_basebackup command line options */ initPQExpBuffer(¶ms);