mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Fix typo
Determinisitcally -> Deterministically Author: Michael Paquier <michael.paquier@gmail.com> Discussion: https://postgr.es/m/CAB7nPqSauJ9gUMzj1aiXQVxqEkyko+WZ+wUac8_hB_M_bO6U_A@mail.gmail.com
This commit is contained in:
parent
9363b8b79b
commit
cfd8c87e16
@ -1116,7 +1116,7 @@ build_server_final_message(scram_state *state)
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Determinisitcally generate salt for mock authentication, using a SHA256
|
* Deterministically generate salt for mock authentication, using a SHA256
|
||||||
* hash based on the username and a cluster-level secret key. Returns a
|
* hash based on the username and a cluster-level secret key. Returns a
|
||||||
* pointer to a static buffer of size SCRAM_DEFAULT_SALT_LEN.
|
* pointer to a static buffer of size SCRAM_DEFAULT_SALT_LEN.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user