From: Jos Collin Date: Tue, 1 Aug 2017 08:40:42 +0000 (+0530) Subject: doc: fix typo in config.rst X-Git-Tag: v12.1.2~13^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16721%2Fhead;p=ceph.git doc: fix typo in config.rst Fixed the typo introduced by PR#16681 Signed-off-by: Jos Collin --- diff --git a/doc/dev/config.rst b/doc/dev/config.rst index fb9ffd8961b8..572ba8d7a2e1 100644 --- a/doc/dev/config.rst +++ b/doc/dev/config.rst @@ -94,7 +94,7 @@ Defining config options ======================= New-style config options are defined in common/options.cc. All new config -options should go here (and not into legacy config_opts.h). +options should go here (and not into legacy_config_opts.h). Levels ------