summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-01-31 23:31:33 +0000
committerBruce Momjian <bruce@momjian.us>2008-01-31 23:31:33 +0000
commitb07e5485908d985a071d617b5e9d1a2539fbe45a (patch)
treebbae3720105918bf4f2914d59f59088e252512ad
parent694403d30e52bdd769652e81a7ba8460ec5ab841 (diff)
downloadpostgresql-b07e5485908d985a071d617b5e9d1a2539fbe45a.tar.gz
Fix spelling typo in comment.
-rw-r--r--doc/src/sgml/libpq.sgml4
-rw-r--r--doc/src/sgml/runtime.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 0c55f4919f..25b23dcd20 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.254 2008/01/31 23:30:31 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.255 2008/01/31 23:31:33 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@@ -5198,7 +5198,7 @@ defaultNoticeProcessor(void *arg, const char *message)
<function>PQinitSSL(int)</> to tell <application>libpq</application>
that the <acronym>SSL</> library has already been initialized by your
application.
- <!-- If this URL chnages replace it with a URL to www.archive.org. -->
+ <!-- If this URL changes replace it with a URL to www.archive.org. -->
See <ulink
url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>
for details on the SSL API.
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index aef4b55bdb..2c9342272a 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.406 2008/01/31 23:30:31 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.407 2008/01/31 23:31:33 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -1646,7 +1646,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
verify that the client's certificate is signed by one of the trusted
certificate authorities. Certificate Revocation List (CRL) entries
are also checked if the file <filename>root.crl</filename> exists.
- <!-- If this URL chnages replace it with a URL to www.archive.org. -->
+ <!-- If this URL changes replace it with a URL to www.archive.org. -->
(See <ulink
url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html"></>
for diagrams showing SSL certificate usage.)