summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorHeikki Linnakangas2018-07-09 13:10:44 +0000
committerHeikki Linnakangas2018-07-18 13:17:32 +0000
commit6b387179baab8d0e5da6570678eefbe61f3acc79 (patch)
tree1b9f79c66f804c5d9a6aa0d3c142feefcec95cf3 /src/pl
parent94019c879a138454af723fa8bfc346d4a44ecd47 (diff)
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
Diffstat (limited to 'src/pl')
-rw-r--r--src/pl/tcl/pltcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c
index 12f7b137809..e2fa43b890d 100644
--- a/src/pl/tcl/pltcl.c
+++ b/src/pl/tcl/pltcl.c
@@ -2762,7 +2762,7 @@ pltcl_SPI_execute_plan(ClientData cdata, Tcl_Interp *interp,
}
/************************************************************
- * If there was a argtype list on preparation, we need
+ * If there was an argtype list on preparation, we need
* an argument value list now
************************************************************/
if (qdesc->nargs > 0)