summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-02-06 19:24:12 +0000
committerBruce Momjian <bruce@momjian.us>2009-02-06 19:24:12 +0000
commit0274e1b9499d98c66182321aafb829faa5f49e41 (patch)
treec0ec48185dedc3b4dca4542adced5eec12eeb751
parent3d1a1eeddb24580b5b3d6fc0e50a68d467696d49 (diff)
Fix typo in docs.
-rw-r--r--doc/src/sgml/libpq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 75a0e3edd53..6d0115c3a54 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.276 2009/02/06 18:18:54 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/06 19:24:12 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@@ -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().