From 39fb27e82650d6505d5f3070052401a2fa3a6f47 Mon Sep 17 00:00:00 2001 From: Randall Meyer Date: Tue, 23 Nov 2021 15:20:38 -0800 Subject: [PATCH] docs: fix fedora install notes and spelling issues Closes #8536 --- doc/admin-guide/files/records.config.en.rst | 4 ++-- doc/conf.py | 2 +- .../api/functions/TSHttpTxnPostBufferReaderGet.en.rst | 2 +- doc/getting-started/index.en.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index e1a3667f002..fe28768e8b0 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -4157,10 +4157,10 @@ HTTP/2 Configuration |TS| gracefully closes connections that have stream error rates above this setting by sending GOAWAY frames. -.. ts:cv:: CONFIG proxy.config.http2.stream_error_sampling_threashold INT 10 +.. ts:cv:: CONFIG proxy.config.http2.stream_error_sampling_threshold INT 10 :reloadable: - This is the threashold of sampling stream number to start checking the stream error rate. + This is the threshold of sampling stream number to start checking the stream error rate. .. ts:cv:: CONFIG proxy.config.http2.max_settings_per_frame INT 7 :reloadable: diff --git a/doc/conf.py b/doc/conf.py index 5159a82ec1b..6d779d052ef 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -131,7 +131,7 @@ print("done") else: # On RedHat-based distributions, install the python-sphinx_rtd_theme package - # to get an end result tht looks more like readthedoc.org. + # to get an end result that looks more like readthedoc.org. try: import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' diff --git a/doc/developer-guide/api/functions/TSHttpTxnPostBufferReaderGet.en.rst b/doc/developer-guide/api/functions/TSHttpTxnPostBufferReaderGet.en.rst index 037fc4ad013..0bd7addd23d 100644 --- a/doc/developer-guide/api/functions/TSHttpTxnPostBufferReaderGet.en.rst +++ b/doc/developer-guide/api/functions/TSHttpTxnPostBufferReaderGet.en.rst @@ -67,7 +67,7 @@ handler makes use of :c:func:`TSHttpTxnPostBufferReaderGet`. // request's body. } - // Remeber to free the TSIOBufferReader. + // Remember to free the TSIOBufferReader. TSIOBufferReaderFree(post_buffer_reader); TSHttpTxnReenable(txnp); diff --git a/doc/getting-started/index.en.rst b/doc/getting-started/index.en.rst index 093d8239c51..fbd4ca7a3f7 100644 --- a/doc/getting-started/index.en.rst +++ b/doc/getting-started/index.en.rst @@ -123,7 +123,7 @@ RHEL / CentOS configured on your machine yet, you must install them first with the following:: wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm - sudo rpm -Uvh epel-release-7*.rpm + sudo rpm -Uvh epel-release-latest-7*.rpm Ensuring that you replace the release number with a value that is appropriate for your system. Once you have EPEL installed, you may install |TS| itself. ::