summaryrefslogtreecommitdiff
path: root/src/common/hmac_openssl.c
diff options
context:
space:
mode:
authorMichael Paquier2021-04-19 02:32:30 +0000
committerMichael Paquier2021-04-19 02:32:30 +0000
commit7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f (patch)
tree9dd7a216019831ea53951e4e08aff564b634dba8 /src/common/hmac_openssl.c
parentc731f9187b5fd7038b04ba60703d3cace1806366 (diff)
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/common/hmac_openssl.c')
-rw-r--r--src/common/hmac_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hmac_openssl.c b/src/common/hmac_openssl.c
index b5e3065d1a9..5df06839e01 100644
--- a/src/common/hmac_openssl.c
+++ b/src/common/hmac_openssl.c
@@ -34,7 +34,7 @@
/*
* In backend, use an allocation in TopMemoryContext to count for resowner
- * cleanup handling if necesary. For versions of OpenSSL where HMAC_CTX is
+ * cleanup handling if necessary. For versions of OpenSSL where HMAC_CTX is
* known, just use palloc(). In frontend, use malloc to be able to return
* a failure status back to the caller.
*/