diff options
author | Stephen Frost <sfrost@snowman.net> | 2013-06-03 08:40:27 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2013-06-03 08:40:27 -0400 |
commit | f129615fe72f70868a86862b663dd7d78dd5cb71 (patch) | |
tree | 1b9f8556d85e961dd9a346f5c2b1c036acaa49c0 /src/interfaces/libpq/fe-exec.c | |
parent | e1e2bb34f1237cbec396bcaa795f0fa955af0e72 (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.c | 2 |
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. * |