]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/options: fix a typo in option description
authorKefu Chai <kchai@redhat.com>
Sun, 16 Aug 2020 14:32:17 +0000 (22:32 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 16 Aug 2020 14:32:39 +0000 (22:32 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/options.cc

index 39d56304eac26078ed9ae463d99b63ebcfd93cd8..9321bfdd9b00cdd6f3c2aa4a34e7774769f8f73e 100644 (file)
@@ -2313,7 +2313,7 @@ std::vector<Option> get_global_options() {
 
     Option("mon_client_directed_command_retry", Option::TYPE_INT, Option::LEVEL_DEV)
     .set_default(2)
-    .set_description("Number of times to try sending a comamnd directed at a specific monitor"),
+    .set_description("Number of times to try sending a command directed at a specific monitor"),
 
     Option("mon_max_pool_pg_num", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
     .set_default(65536)