summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
authorTom Lane2003-03-10 22:28:22 +0000
committerTom Lane2003-03-10 22:28:22 +0000
commitc962644473600e7dab4a5ee1596593cf9f95cfca (patch)
tree4c378495a1c62cdae92bfc7e4a66e29a75004363 /src/pl/plpython/plpython.c
parent4722fc5519e6a43632fd01b567e766e4472a941f (diff)
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index 08f2f5022c..bce0e14c6d 100644
--- a/src/pl/plpython/plpython.c
+++ b/src/pl/plpython/plpython.c
@@ -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);