From 4856c7660b821a8f68e262af0b00b5119b368b74 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Thu, 12 May 2022 15:59:18 -0700
Subject: [PATCH] Fix documentation for catalog.IdentityAuthentication

---
 catalog/messageTypes.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/messageTypes.go b/catalog/messageTypes.go
index 859a84635..3f33fe648 100644
--- a/catalog/messageTypes.go
+++ b/catalog/messageTypes.go
@@ -43,7 +43,7 @@ const (
 	// inform the receiver that the file transfer has ended.
 	EndFileTransfer = 51
 
-	// IdentityAuthenticationRequest is sent by the recipient
+	// ConnectionAuthenticationRequest is sent by the recipient
 	// of an authenticated connection request
 	// (see the connect/ package)
 	ConnectionAuthenticationRequest = 60
-- 
GitLab