diff options
author | Michael Meskes <meskes@postgresql.org> | 2012-03-11 12:25:52 +0100 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2012-03-11 12:25:52 +0100 |
commit | fc227a4e3b84f7bc243c4606780dde28aea257ee (patch) | |
tree | 4815eb2c73b36c4d4a653e69ee4819705a924538 /doc/src | |
parent | da9e73a137871ab8ebe432ea443193c336bfc81a (diff) | |
download | postgresql-fc227a4e3b84f7bc243c4606780dde28aea257ee.tar.gz postgresql-fc227a4e3b84f7bc243c4606780dde28aea257ee.zip |
Removed redundant "the" from ecpg's docs.
Typo spotted by Erik Rijkers.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index dedd886f65e..2c5c330023b 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -4038,7 +4038,7 @@ typedef struct sqlvar_struct sqlvar_t; <term><literal>sqlname</></term> <listitem> <para> - The the name of the field. + The name of the field. </para> </listitem> </varlistentry> |