Skip to content

Commit

Permalink
doc: s/that will called every time/that will be called every time/
Browse files Browse the repository at this point in the history
fixes: ceph#1109

Signed-off-by: florian marsylle <florian.marsylle@hotmail.fr>
  • Loading branch information
florian committed Mar 13, 2015
1 parent 6e56438 commit 067a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev/config.rst
Expand Up @@ -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
Expand Down

0 comments on commit 067a996

Please sign in to comment.