mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08: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
|
||||
* pointer to a static buffer of size SCRAM_DEFAULT_SALT_LEN.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user