From 731ea68bfbfc509b581c8f821e34a654a7c95ac1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 12 Nov 2014 09:52:16 -0700 Subject: [PATCH] doc: correct spelling of "fqdn" The "fqdn" (fully-qualified domain name) was misspelled in a couple places as fgdn". Use the correct spelling. Signed-off-by: Ken Dreyer --- doc/install/install-ceph-gateway.rst | 2 +- doc/radosgw/config-ref.rst | 2 +- doc/rbd/disk.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 8375a996d48..61cd2057569 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -203,7 +203,7 @@ RPM-based Packages Provide the fully qualified domain name of the server machine (e.g., ``hostname -f``).:: - ServerName {fgdn} + ServerName {fqdn} #. Ensure that the Rewrite module is enabled. :: diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 0130179b7e8..c78919cfa8e 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -401,7 +401,7 @@ required settings: #. ``endpoints``: A list of all the endpoints in the region. For example, you may use multiple domain names to refer to the same region. Remember to escape the forward slashes (``\/``). You may also specify a - port (``fgdn:port``) for each endpoint. Optional. + port (``fqdn:port``) for each endpoint. Optional. #. ``master_zone``: The master zone for the region. Optional. Uses the default zone if not specified. **note:** You can only have one master zone per diff --git a/doc/rbd/disk.conf b/doc/rbd/disk.conf index 5dba7b64460..3db9b8a11ed 100644 --- a/doc/rbd/disk.conf +++ b/doc/rbd/disk.conf @@ -1,8 +1,8 @@ - + - \ No newline at end of file + -- 2.47.3