mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix typo
s/paremeter/parameter/
This commit is contained in:
@@ -4188,7 +4188,7 @@ do_standby_switchover(void)
|
||||
else if (remote_error == REMOTE_ERROR_CONNINFO_PARSE)
|
||||
{
|
||||
/* highly unlikely */
|
||||
log_detail(_("an error was encountered when parsing the \"conninfo\" paremeter in \"rempgr.conf\" on node \"%s\" (ID: %i)"),
|
||||
log_detail(_("an error was encountered when parsing the \"conninfo\" parameter in \"rempgr.conf\" on node \"%s\" (ID: %i)"),
|
||||
remote_node_record.node_name,
|
||||
remote_node_record.node_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user