From 067a99662fedb4f7a573d93642177f148ff344e9 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: #1109 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 b9b0faaf14d1d6..298dcaafa26001 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