Fix typo in docs.
authorBruce Momjian <[email protected]>
Fri, 6 Feb 2009 19:24:12 +0000 (19:24 +0000)
committerBruce Momjian <[email protected]>
Fri, 6 Feb 2009 19:24:12 +0000 (19:24 +0000)
doc/src/sgml/libpq.sgml

index be2d9c304bc61214fd0c1c626eab280f823c654a..b9c27853fec89998007358a23b03443a7d479444 100644 (file)
@@ -67,7 +67,7 @@
    <note>
     <para>
      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().