summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-11-14 10:44:44 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-11-14 10:44:44 +0100
commite7814b40d02582238b14d838c2458825d9170178 (patch)
tree5bd9c61284d418da28e6b189e8253ba9cb22a1b9 /doc/src
parent43071777be134bb471f316fea66d928e6c40e37f (diff)
Fix capitalization of "Tcl"
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/install-windows.sgml2
-rw-r--r--doc/src/sgml/xact.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index f959d27d201..d2cc688c1f7 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -205,7 +205,7 @@ $ENV{MSBFLAGS}="/m";
<variablelist>
<varlistentry>
- <term><productname>ActiveState TCL</productname></term>
+ <term><productname>ActiveState Tcl</productname></term>
<listitem><para>
Required for building <application>PL/Tcl</application> (Note: version
8.4 is required, the free Standard Distribution is sufficient).
diff --git a/doc/src/sgml/xact.sgml b/doc/src/sgml/xact.sgml
index 0f768a23a69..07b94b11329 100644
--- a/doc/src/sgml/xact.sgml
+++ b/doc/src/sgml/xact.sgml
@@ -122,7 +122,7 @@
Subtransactions can be started explicitly using the
<command>SAVEPOINT</command> command, but can also be started in
other ways, such as PL/pgSQL's <literal>EXCEPTION</literal> clause.
- PL/Python and PL/TCL also support explicit subtransactions.
+ PL/Python and PL/Tcl also support explicit subtransactions.
Subtransactions can also be started from other subtransactions.
The top-level transaction and its child subtransactions form a
hierarchy or tree, which is why we refer to the main transaction as