From 8e8cdf114b1961b008fd108dbe6b6c4aa0ce2b68 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 2 Jun 2025 09:18:08 +0200 Subject: [PATCH] DOC: config: Fix a typo in 2.7 (Name format for maps and ACLs) "identified" was used instead of "identifier". May be backported as far as 3.0 --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 1adaafdae..c21bae921 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1356,7 +1356,7 @@ the name format: of the name identifying the list. It means, for a given filename, Optional files and regular files reference the same list of pattern. - * Lists of pattern based on virtual files: The name is just an identified. It + * Lists of pattern based on virtual files: The name is just an identifier. It is not a reference to any file. "virt@" prefix must be used. It is part of the name. Thus it cannot be mixed with other kind of lists.