]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: fix typo in rgw_user_max_buckets option long description. 31605/head
authorAlfonso Martínez <almartin@redhat.com>
Tue, 12 Nov 2019 15:33:50 +0000 (16:33 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 13 Nov 2019 14:08:06 +0000 (15:08 +0100)
Fixes: https://tracker.ceph.com/issues/42775
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked from commit c91c2cea65cb42c2b92b10543366e00079f7def8)

src/common/options.cc

index 051dca4872f4d9e8ae9a79e946dd79a04e93c96f..c1420258f0cb192794196f1e890a47194f77671e 100644 (file)
@@ -6655,7 +6655,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)