]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorStephen Frost <sfrost@snowman.net>
Mon, 13 Nov 2017 14:40:30 +0000 (09:40 -0500)
committerStephen Frost <sfrost@snowman.net>
Mon, 13 Nov 2017 14:40:30 +0000 (09:40 -0500)
Determinisitcally -> Deterministically

Author: Michael Paquier <michael.paquier@gmail.com>
Discussion: https://postgr.es/m/CAB7nPqSauJ9gUMzj1aiXQVxqEkyko+WZ+wUac8_hB_M_bO6U_A@mail.gmail.com

src/backend/libpq/auth-scram.c

index 9161c885e1f1b89f247188e09236fc53c1528065..ec4bb9a88ec7a4f215e0c796218102d24ed0d3ac 100644 (file)
@@ -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.
  */