From ae655cb6743bad086326df1c9fde355f74c56112 Mon Sep 17 00:00:00 2001
From: Justin Pryzby <pryzbyj@telsasoft.com>
Date: Thu, 15 Apr 2021 23:37:52 -0500
Subject: [PATCH 15/27] necessary

e6bdfd9700ebfc7df811c97c2fc46d7e94e329a2
---
 src/common/hmac_openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/hmac_openssl.c b/src/common/hmac_openssl.c
index b5e3065d1a..5df06839e0 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.
  */
-- 
2.17.0

