From 72a26ebbb89c3a7598e1a27797480437723785cd Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 13 Mar 2015 14:02:09 +0100 Subject: [PATCH] doc: s/that will called every time/that will be called every time/ fixes: #11098 Signed-off-by: florian marsylle --- doc/dev/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/config.rst b/doc/dev/config.rst index b9b0faaf14d..298dcaafa26 100644 --- a/doc/dev/config.rst +++ b/doc/dev/config.rst @@ -56,7 +56,7 @@ Reading configuration values There are two ways for Ceph code to get configuration values. One way is to read it directly from a variable named "g_conf," or equivalently, -"g_ceph_ctx->_conf." The other is to register an observer that will called +"g_ceph_ctx->_conf." The other is to register an observer that will be called every time the relevant configuration values changes. This observer will be called soon after the initial configuration is read, and every time after that when one of the relevant values changes. Each observer tracks a set of keys