1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Additional spelling corrections

A few more minor spelling corrections, no functional changes.

Thom Brown
This commit is contained in:
Stephen Frost
2013-06-03 08:40:27 -04:00
parent e1e2bb34f1
commit f129615fe7
4 changed files with 5 additions and 5 deletions

View File

@ -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.
*