1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

fix misspellings

This commit is contained in:
Mathieu Dupuy 2024-07-24 11:22:49 +02:00
parent 61be51e9f3
commit 47bc966a13
No known key found for this signature in database
GPG key ID: 08C1D4F32506B23A
11 changed files with 23 additions and 23 deletions

View file

@ -22,7 +22,7 @@ config (section "rights", key "file").
The login is matched against the "user" key, and the collection path
is matched against the "collection" key. In the "collection" regex you can use
`{user}` and get groups from the "user" regex with `{0}`, `{1}`, etc.
In consequence of the parameter subsitution you have to write `{{` and `}}`
In consequence of the parameter substitution you have to write `{{` and `}}`
if you want to use regular curly braces in the "user" and "collection" regexes.
For example, for the "user" key, ".+" means "authenticated user" and ".*"