Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1db9cce

Browse files
committed
responce->response
Alfred Perlstein
1 parent 0e952cd commit 1db9cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.51 2000/11/30 23:20:50 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.52 2000/12/21 18:47:05 momjian Exp $
33
-->
44

55
<chapter id="libpq-chapter">
@@ -1292,7 +1292,7 @@ some reason.
12921292
int PQflush(PGconn *conn);
12931293
</synopsis>
12941294
<function>PQflush</function> needs to be called on a non-blocking connection
1295-
before calling <function>select</function> to determine if a responce has
1295+
before calling <function>select</function> to determine if a response has
12961296
arrived. If 0 is returned it ensures that there is no data queued to the
12971297
backend that has not actually been sent. Only applications that have used
12981298
<function>PQsetnonblocking</function> have a need for this.

0 commit comments

Comments
 (0)