1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Message string improvements

This commit is contained in:
Peter Eisentraut
2015-05-18 23:01:48 -04:00
parent 0779f2ba2d
commit 55c0da38be
3 changed files with 8 additions and 6 deletions

View File

@ -694,7 +694,7 @@ verify_peer_name_matches_certificate(PGconn *conn)
else
{
printfPQExpBuffer(&conn->errorMessage,
libpq_gettext("could not get server's hostname from server certificate\n"));
libpq_gettext("could not get server's host name from server certificate\n"));
}
}