From 692abe1844edf1225181265f8542afa9ee0d0883 Mon Sep 17 00:00:00 2001 From: xiaomanh Date: Thu, 11 Oct 2018 18:00:51 +0800 Subject: [PATCH] common/config.h: fix spelling error in this file Signed-off-by: xiaomanh --- src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.h b/src/common/config.h index 503e57b1473..68fab00f2e3 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -55,7 +55,7 @@ extern const char *ceph_conf_level_name(int level); * There are 3 ways to read the ceph context-- the old way and two new ways. * In the old way, code would simply read the public variables of the * configuration, without taking a lock. In the new way #1, code registers a - * configuration obserever which receives callbacks when a value changes. These + * configuration observer which receives callbacks when a value changes. These * callbacks take place under the md_config_t lock. Alternatively one can use * get_val(const char *name) method to safely get a copy of the value. * -- 2.39.5