1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Fix typos.

Oskari Saarenmaa
This commit is contained in:
Robert Haas
2016-03-15 18:06:11 -04:00
parent fd658dbb30
commit 3aff33aa68
26 changed files with 30 additions and 30 deletions

View File

@@ -838,7 +838,7 @@ pg_GSS_recvauth(Port *port)
/*
* Loop through GSSAPI message exchange. This exchange can consist of
* multiple messags sent in both directions. First message is always from
* multiple messages sent in both directions. First message is always from
* the client. All messages from client to server are password packets
* (type 'p').
*/
@@ -1078,7 +1078,7 @@ pg_SSPI_recvauth(Port *port)
/*
* Loop through SSPI message exchange. This exchange can consist of
* multiple messags sent in both directions. First message is always from
* multiple messages sent in both directions. First message is always from
* the client. All messages from client to server are password packets
* (type 'p').
*/