From f129615fe72f70868a86862b663dd7d78dd5cb71 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Mon, 3 Jun 2013 08:40:27 -0400 Subject: Additional spelling corrections A few more minor spelling corrections, no functional changes. Thom Brown --- src/interfaces/libpq/fe-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-exec.c') 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. * -- cgit v1.2.3