]> granicus.if.org Git - postgresql/commitdiff
Fix typos in documentatoin of GSSAPI encryption
authorMichael Paquier <michael@paquier.xyz>
Thu, 16 May 2019 23:22:28 +0000 (08:22 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 16 May 2019 23:22:28 +0000 (08:22 +0900)
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/5520EDD8-7AC7-4307-8171-400DD1D84FDC@yesql.se

doc/src/sgml/protocol.sgml
doc/src/sgml/runtime.sgml

index f6b5bfc131ce47322d4eaf9be3018847c5da68cc..b20f1690a7e855cdc16e3b15ab36be20269a32f5 100644 (file)
@@ -1502,7 +1502,7 @@ SELECT 1/0;
     respectively.  The frontend might close the connection at this point
     if it is dissatisfied with the response.  To continue after
     <literal>G</literal>, using the GSSAPI C bindings as discussed in RFC2744
-    or equivilant, perform a <acronym>GSSAPI</acronym> initialization by
+    or equivalent, perform a <acronym>GSSAPI</acronym> initialization by
     calling <function>gss_init_sec_context()</function> in a loop and sending
     the result to the server, starting with an empty input and then with each
     result from the server, until it returns no output.  When sending the
index e784268512052773718a5ec45446c8207ac1ea4c..e053e2ee34b3923c6551194335707a43efc7e538 100644 (file)
@@ -2649,7 +2649,7 @@ openssl x509 -req -in server.csr -text -days 365 \
     default, this decision is up to the client (which means it can be
     downgraded by an attacker); see <xref linkend="auth-pg-hba-conf"/> about
     setting up the server to require the use of <acronym>GSSAPI</acronym> for
-    some or all conections.
+    some or all connections.
    </para>
 
    <para>