summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2013-06-03 08:40:27 -0400
committerStephen Frost <sfrost@snowman.net>2013-06-03 08:40:27 -0400
commitf129615fe72f70868a86862b663dd7d78dd5cb71 (patch)
tree1b9f8556d85e961dd9a346f5c2b1c036acaa49c0 /src/interfaces/libpq/fe-exec.c
parente1e2bb34f1237cbec396bcaa795f0fa955af0e72 (diff)
Additional spelling corrections
A few more minor spelling corrections, no functional changes. Thom Brown
Diffstat (limited to 'src/interfaces/libpq/fe-exec.c')
-rw-r--r--src/interfaces/libpq/fe-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c
index 5abccf443ed..eaa54070255 100644
--- a/src/interfaces/libpq/fe-exec.c
+++ b/src/interfaces/libpq/fe-exec.c
@@ -279,7 +279,7 @@ PQsetResultAttrs(PGresult *res, int numAttributes, PGresAttDesc *attDescs)
* PG_COPYRES_ATTRS - Copy the source result's attributes
*
* PG_COPYRES_TUPLES - Copy the source result's tuples. This implies
- * copying the attrs, seeeing how the attrs are needed by the tuples.
+ * copying the attrs, seeing how the attrs are needed by the tuples.
*
* PG_COPYRES_EVENTS - Copy the source result's events.
*