]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: Fix typo in description
authorDavid Zafman <dzafman@redhat.com>
Thu, 28 Feb 2019 20:28:31 +0000 (12:28 -0800)
committerDavid Zafman <dzafman@redhat.com>
Thu, 28 Feb 2019 20:34:53 +0000 (12:34 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/common/options.cc

index 8fa0414be98749317d412f25e1948a87bd24503a..3f2f5952d3b188fd37c427d9f16d1df2cf274cb0 100644 (file)
@@ -1749,7 +1749,7 @@ std::vector<Option> get_global_options() {
     Option("mon_data_avail_warn", Option::TYPE_INT, Option::LEVEL_ADVANCED)
     .set_default(30)
     .add_service("mon")
-    .set_description("isue MON_DISK_LOW health warning when mon available space below this percentage"),
+    .set_description("issue MON_DISK_LOW health warning when mon available space below this percentage"),
 
     Option("mon_data_size_warn", Option::TYPE_SIZE, Option::LEVEL_ADVANCED)
     .set_default(15_G)