Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cfd8c87

Browse files
committed
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
1 parent 9363b8b commit cfd8c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/auth-scram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ build_server_final_message(scram_state *state)
11161116

11171117

11181118
/*
1119-
* Determinisitcally generate salt for mock authentication, using a SHA256
1119+
* Deterministically generate salt for mock authentication, using a SHA256
11201120
* hash based on the username and a cluster-level secret key. Returns a
11211121
* pointer to a static buffer of size SCRAM_DEFAULT_SALT_LEN.
11221122
*/

0 commit comments

Comments
 (0)