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 08:17:05 UTC

[couchdb] branch fix/partitioned-typo created (now 82af244f8)

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

ronny pushed a change to branch fix/partitioned-typo
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 82af244f8 Fix typo in "feature_flags" section comment

This branch includes the following new commits:

     new 82af244f8 Fix typo in "feature_flags" section comment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fix typo in "feature_flags" section comment

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch fix/partitioned-typo
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 82af244f8283451c9aefcb62b20ba2ebdc64142e
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Mon Feb 20 09:15:44 2023 +0100

    Fix typo in "feature_flags" section comment
---
 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