diff --git a/repmgr.c b/repmgr.c index 4c174bb9..23e7d69a 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);