From ce586ed6931092d3a5f06df9031cdeb891793ddb Mon Sep 17 00:00:00 2001 From: David Date: Fri, 11 Mar 2022 08:11:42 +0000 Subject: Removed hyphen from pre-/re- prefixes. "prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening --- docs/ref/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/settings.txt') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index ae1b15eab0..d91e0d5ef5 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -643,7 +643,7 @@ Default: ``False`` If set to ``True``, existing :ref:`persistent database connections ` will be health checked before they are reused in each request performing database access. If the health check fails, -the connection will be re-established without failing the request when the +the connection will be reestablished without failing the request when the connection is no longer usable but the database server is ready to accept and serve new connections (e.g. after database server restart closing existing connections). -- cgit v1.3