From 40ea1abbb4ca365d5ac9fe1247fe7fbb0f2932b1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 20 Oct 2017 11:18:53 +0900 Subject: [PATCH] Fix error message typo --- configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configfile.c b/configfile.c index c492544d..40e1aa9e 100644 --- a/configfile.c +++ b/configfile.c @@ -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")); }