summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2023-02-20 19:34:50 +0100
committerGitHub <noreply@github.com>2023-02-20 19:34:50 +0100
commitf7cafa30a695c6c00652f0858dcfa90f5d19c35a (patch)
treefaac4416045825935ef916871508ac5abcf67da5 /rel
parentc866b488d2085a0b0d16a67e20919e03a27e7ef0 (diff)
downloadcouchdb-f7cafa30a695c6c00652f0858dcfa90f5d19c35a.tar.gz
Fix typo in "feature_flags" section comment (#4433)
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index c498d50e8..ed8692989 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -483,8 +483,8 @@ couch_mrview = true
[feature_flags]
; This enables any database to be created as a partitioned databases (except system db's).
-; Setting this to false will stop the creation of paritioned databases.
-; paritioned||allowed* = true will scope the creation of partitioned databases
+; Setting this to false will stop the creation of partitioned databases.
+; partitioned||allowed* = true will scope the creation of partitioned databases
; to databases with 'allowed' prefix.
partitioned||* = true