You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/02/20 18:34:57 UTC

[couchdb] branch main updated: Fix typo in "feature_flags" section comment (#4433)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new f7cafa30a Fix typo in "feature_flags" section comment (#4433)
f7cafa30a is described below

commit f7cafa30a695c6c00652f0858dcfa90f5d19c35a
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Mon Feb 20 19:34:50 2023 +0100

    Fix typo in "feature_flags" section comment (#4433)
---
 rel/overlay/etc/default.ini | 4 ++--
 1 file 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