Skip to content

Commit

Permalink
Merge pull request #3985 from fmarsylle/master
Browse files Browse the repository at this point in the history
doc: s/that will called every time/that will be called every time/

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Mar 13, 2015
2 parents 58e8157 + 72a26eb commit 19d106f
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 19d106f

Please sign in to comment.