diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-10 22:28:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-03-10 22:28:22 +0000 |
commit | e4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch) | |
tree | 56d282d342ead04fc43af4efc5a2eccffa3e27ed /src/pl/plpython/plpython.c | |
parent | 081fa240a119b67e28227439a3bf700340442787 (diff) | |
download | postgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.tar.gz postgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.zip |
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code.
Neil Conway
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r-- | src/pl/plpython/plpython.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index 82570ce0dc2..544b7e3db6a 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -29,7 +29,7 @@ * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.30 2003/02/13 23:06:15 tgl Exp $ + * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.31 2003/03/10 22:28:22 tgl Exp $ * ********************************************************************* */ @@ -644,8 +644,8 @@ PLy_modify_tuple(PLyProcedure * proc, PyObject * pltd, TriggerData *tdata, modvalues, modnulls); /* - * FIXME -- these leak if not explicity pfree'd by other elog calls, - * no? + * FIXME -- these leak if not explicitly pfree'd by other elog + * calls, no? */ pfree(modattrs); pfree(modvalues); |