From 2f3878028fbfde45e7257706aafa138231c2826d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 2 Oct 2020 14:24:36 +0200 Subject: [PATCH] Fix some documentation typos Signed-off-by: William Desportes Fix some documentation typos --- doc/config.rst | 10 +++++----- doc/faq.rst | 2 +- doc/glossary.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index c127c18d03..78499d29bc 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -245,7 +245,7 @@ Server connection settings The :config:option:`$cfg['Servers']` array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0]. If you want more than one server, just copy following section (including $i - incrementation) serveral times. There is no need to define full server + increment) several times. There is no need to define full server array, just define values you need to change. .. config:option:: $cfg['Servers'][$i]['host'] @@ -2225,7 +2225,7 @@ Main panel :type: boolean :default: true - Defines whether to display informations about the current Git revision (if + Defines whether to display information about the current Git revision (if applicable) on the main panel. .. config:option:: $cfg['MysqlMinVersion'] @@ -3223,7 +3223,7 @@ Various display setting Contains names of configuration options (keys in ``$cfg`` array) that users can't set through user preferences. For possible values, refer - to clases under :file:`libraries/classes/Config/Forms/User/`. + to classes under :file:`libraries/classes/Config/Forms/User/`. .. config:option:: $cfg['UserprefsDeveloperTab'] @@ -3580,9 +3580,9 @@ Google Cloud SQL with SSL +++++++++++++++++++++++++ To connect to Google Could SQL, you currently need to disable certificate -verification. This is caused by the certficate being issued for CN matching +verification. This is caused by the certificate being issued for CN matching your instance name, but you connect to an IP address and PHP tries to match -these two. With verfication you end up with error message like: +these two. With verification you end up with error message like: .. code-block:: text diff --git a/doc/faq.rst b/doc/faq.rst index 4ee56a6496..65564aaaa6 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -18,7 +18,7 @@ Server 1.1 My server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do? --------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in your +Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in your :file:`config.inc.php` file and the ``zlib.output_compression`` directive to ``Off`` in your php configuration file. diff --git a/doc/glossary.rst b/doc/glossary.rst index 5f19333692..b225d4d106 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -175,7 +175,7 @@ From Wikipedia, the free encyclopedia .. seealso:: ISO - International Standards Organisation + International Standards Organization JPEG a most commonly used standard method of lossy compression for photographic images. -- 2.11.4.GIT