Merge pull request #36675 from tchaikov/wip-fix-option-typo

common/options: fix a typo in option description

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-By: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Kefu Chai 2020-08-21 09:52:40 +08:00 committed by GitHub
commit 03891c82c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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)