From: Bruce Momjian Date: Fri, 6 Feb 2009 19:24:12 +0000 (+0000) Subject: Fix typo in docs. X-Git-Tag: REL8_4_BETA1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0274e1b9499d98c66182321aafb829faa5f49e41;p=postgresql Fix typo in docs. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 75a0e3edd5..6d0115c3a5 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -67,7 +67,7 @@ On Windows, there is a way to improve performance if a single - database connection is repeated started and shutdown. Internally, + database connection is repeatedly started and shutdown. Internally, libpq calls WSAStartup() and WSACleanup() for connection startup and shutdown, respectively. WSAStartup() increments an internal Windows library reference count which is decremented by WSACleanup().