From be5b1163f05174d3669e0ebf0e1e306b6b1973ba Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Tue, 25 May 2021 14:02:26 -0500
Subject: [PATCH] spelling

---
 auth/callback.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auth/callback.go b/auth/callback.go
index 2c39824cb..7ece83824 100644
--- a/auth/callback.go
+++ b/auth/callback.go
@@ -69,7 +69,7 @@ func (m *Manager) processAuthMessage(msg message.Receive) {
 	case auth.Specific:
 		// if it is specific, that means the original request was sent
 		// by this users and a confirmation has been received
-		jww.INFO.Printf("Received AutConfirm from %s, msgDigest: %s",
+		jww.INFO.Printf("Received AuthConfirm from %s, msgDigest: %s",
 			sr.GetPartner(), cmixMsg.Digest())
 		m.handleConfirm(cmixMsg, sr, grp)
 	}
-- 
GitLab