diff Sphinx/source/plugins/postgresql.rst @ 1017:3f3a1b54a839

typo
author Alain Mazy <am@osimis.io>
date Fri, 19 Jan 2024 16:57:13 +0100
parents 02e04288bbeb
children a3436ae3709c
line wrap: on
line diff
--- a/Sphinx/source/plugins/postgresql.rst	Fri Jan 19 15:53:17 2024 +0100
+++ b/Sphinx/source/plugins/postgresql.rst	Fri Jan 19 16:57:13 2024 +0100
@@ -327,7 +327,7 @@
 - ``SERIALIZABLE`` in which all write transactions are serialized which might lead
   to performance bottlenecks when lots of threads or Orthanc instances are trying
   to write to the same Database.
-- ``READ COMIITED`` that allows multiple threads or Orthanc instances to write at the
+- ``READ COMMITTED`` that allows multiple threads or Orthanc instances to write at the
   same time to the same Database.
 
 *Remark:* This feature is only available in a beta version of both Orthanc and the