aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/pltcl.sgml
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2014-08-30 10:52:36 -0500
committerKevin Grittner <kgrittn@postgresql.org>2014-08-30 10:52:36 -0500
commit05258761bf12a64befc9caec1947b254cdeb74c5 (patch)
treef6ed385f4691a87eee0171330ab31b4a33c2e17d /doc/src/sgml/pltcl.sgml
parentd5d7d07765443175a49441bad7a799dedc072511 (diff)
downloadpostgresql-05258761bf12a64befc9caec1947b254cdeb74c5.tar.gz
postgresql-05258761bf12a64befc9caec1947b254cdeb74c5.zip
doc: Various typo/grammar fixes
Errors detected using Topy (https://github.com/intgr/topy), all changes verified by hand and some manual tweaks added. Marti Raudsepp Individual changes backpatched, where applicable, as far as 9.0.
Diffstat (limited to 'doc/src/sgml/pltcl.sgml')
-rw-r--r--doc/src/sgml/pltcl.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml
index e47ad96de17..d2175d552eb 100644
--- a/doc/src/sgml/pltcl.sgml
+++ b/doc/src/sgml/pltcl.sgml
@@ -51,7 +51,7 @@
Sometimes it is desirable to write Tcl functions that are not restricted
to safe Tcl. For example, one might want a Tcl function that sends
email. To handle these cases, there is a variant of <application>PL/Tcl</> called <literal>PL/TclU</>
- (for untrusted Tcl). This is the exact same language except that a full
+ (for untrusted Tcl). This is exactly the same language except that a full
Tcl interpreter is used. <emphasis>If <application>PL/TclU</> is used, it must be
installed as an untrusted procedural language</emphasis> so that only
database superusers can create functions in it. The writer of a <application>PL/TclU</>