From 2b468fcf6e0c1af70ed3793b5b7190f63f9e55e9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 8 Dec 2017 11:00:10 +0100 Subject: Fix typos --- acmeman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acmeman b/acmeman index 4a28e50..fdb55aa 100755 --- a/acmeman +++ b/acmeman @@ -172,7 +172,7 @@ list of section name, arguments and the keyword, separated by dots. For example, the path B corresponds to the following configuration file fragment: - [file apache] + [files apache] type = single The following describes the available sections and keywords @@ -850,7 +850,7 @@ sub collect { alt => $v->{alt}, %{$fref}); } else { - error("files.$k->{files} is referenced from [domain $k], but never declared"); + error("files.$v->{files} is referenced from [domain $k], but never declared"); ++$err; next; } -- cgit v1.2.1