Fix error message typo

This commit is contained in:
Ian Barwick
2017-10-20 11:18:53 +09:00
parent 785bfe9837
commit 40ea1abbb4

View File

@@ -731,7 +731,7 @@ _parse_config(t_configuration_options *options, ItemList *error_list, ItemList *
item_list_append(error_list,
_("use \"barman_host\" for the hostname of the Barman server"));
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"));
}