From 1ebda62a4fb85d6d742bc5da518f8348af67e62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Tue, 27 Dec 2022 11:30:13 +0200 Subject: [PATCH] db_text: typo singular/plural --- src/modules/db_text/doc/db_text_admin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/db_text/doc/db_text_admin.xml b/src/modules/db_text/doc/db_text_admin.xml index 68ab324afcf..70847c5e6ea 100644 --- a/src/modules/db_text/doc/db_text_admin.xml +++ b/src/modules/db_text/doc/db_text_admin.xml @@ -251,7 +251,7 @@ suser:supasswd:xxx:alpha.org:xxx <varname>db_mode</varname> (integer) Set caching mode (0) or non-caching mode (1). In caching mode, data - is loaded at startup. In non-caching mode, the module check every time + is loaded at startup. In non-caching mode, the module checks every time a table is requested whether the corresponding file on disk has changed, and if yes, will re-load the table from file.