]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: fix typo in rgw_user_max_buckets option long description. 31571/head
authorAlfonso Martínez <almartin@redhat.com>
Tue, 12 Nov 2019 15:33:50 +0000 (16:33 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Tue, 12 Nov 2019 15:33:50 +0000 (16:33 +0100)
https://tracker.ceph.com/issues/42775
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/common/options.cc

index f20568501cf2ded256a1f07a5abdfcbf6f018346..6381603083cae24d2f24aa263aa6659e186dcb7b 100644 (file)
@@ -6358,7 +6358,7 @@ std::vector<Option> get_rgw_options() {
     .set_default(1000)
     .set_description("Max number of buckets per user")
     .set_long_description(
-        "A user can create this many buckets. Zero means unlimmited, negative number means "
+        "A user can create this many buckets. Zero means unlimited, negative number means "
         "user cannot create any buckets (although user will retain buckets already created."),
 
     Option("rgw_objexp_gc_interval", Option::TYPE_UINT, Option::LEVEL_ADVANCED)