From: florian Date: Fri, 13 Mar 2015 13:02:09 +0000 (+0100) Subject: doc: s/that will called every time/that will be called every time/ X-Git-Tag: v9.0.0~179^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72a26ebbb89c3a7598e1a27797480437723785cd;p=ceph.git doc: s/that will called every time/that will be called every time/ fixes: #11098 Signed-off-by: florian marsylle --- diff --git a/doc/dev/config.rst b/doc/dev/config.rst index b9b0faaf14d1..298dcaafa260 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