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
This commit is contained in:
Christopher Faulet 2025-06-02 09:18:08 +02:00
parent b88164d9c0
commit 8e8cdf114b

View File

@ -1356,7 +1356,7 @@ the name format:
of the name identifying the list. It means, for a given filename, Optional of the name identifying the list. It means, for a given filename, Optional
files and regular files reference the same list of pattern. 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 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. the name. Thus it cannot be mixed with other kind of lists.