diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-04 23:34:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-04 23:34:24 +0000 |
commit | 959b353db25415951e6b5470fabe2e9a83530bdf (patch) | |
tree | b0aebfc65bfbb5075083f16aaf41f243ff17095b /doc/src | |
parent | 8715789928dfea256334e849799bf57064a5b227 (diff) | |
download | postgresql-959b353db25415951e6b5470fabe2e9a83530bdf.tar.gz postgresql-959b353db25415951e6b5470fabe2e9a83530bdf.zip |
Fix misspellings: langauge -> language.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 36695e6811f..7d8040b318c 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ <!-- Documentation of the system catalogs, directed toward PostgreSQL developers - $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.88 2004/06/18 06:13:02 tgl Exp $ + $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.89 2004/07/04 23:34:23 tgl Exp $ --> <chapter id="catalogs"> @@ -2763,7 +2763,7 @@ <row> <entry><structfield>prolang</structfield></entry> <entry><type>oid</type></entry> - <entry><literal><link linkend="catalog-pg-language"><structname>pg_langauge</structname></link>.oid</literal></entry> + <entry><literal><link linkend="catalog-pg-language"><structname>pg_language</structname></link>.oid</literal></entry> <entry>Implementation language or call interface of this function</entry> </row> |