From 4c7f9c1988b2a7506e3a60a9d5c086d5a0037fcd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 6 Feb 2009 19:24:12 +0000 Subject: [PATCH] Fix typo in docs. --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index be2d9c304b..b9c27853fe 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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(). -- 2.39.5