aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-12-08 11:00:10 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2017-12-08 11:00:10 +0100
commit2b468fcf6e0c1af70ed3793b5b7190f63f9e55e9 (patch)
treeb9e11494627aeb1ca16156805c95fa90588d1366
parent6599db656e097d8eb22921d2c2ce3451c8147563 (diff)
downloadacmeman-2b468fcf6e0c1af70ed3793b5b7190f63f9e55e9.tar.gz
acmeman-2b468fcf6e0c1af70ed3793b5b7190f63f9e55e9.tar.bz2
Fix typos
-rwxr-xr-xacmeman4
1 files 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<files.apache.type> 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;
}

Return to:

Send suggestions and report system problems to the System administrator.