mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix error message typo
This commit is contained in:
@@ -731,7 +731,7 @@ _parse_config(t_configuration_options *options, ItemList *error_list, ItemList *
|
|||||||
item_list_append(error_list,
|
item_list_append(error_list,
|
||||||
_("use \"barman_host\" for the hostname of the Barman server"));
|
_("use \"barman_host\" for the hostname of the Barman server"));
|
||||||
item_list_append(error_list,
|
item_list_append(error_list,
|
||||||
_("use \"barman_server\" for the name of the [server] section in the Barman configururation file"));
|
_("use \"barman_server\" for the name of the [server] section in the Barman configuration file"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user