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

index 75a0e3edd53ed64668226f258f9375f843a5e409..6d0115c3a544a406fa33b726ec36a419107c37a0 100644 (file)
@@ -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().