From 4bf374bf8105b635a5d28f0cdd3d3ab2a5ffe6da Mon Sep 17 00:00:00 2001 From: reshke Date: Fri, 3 May 2024 17:54:31 +0500 Subject: [PATCH] Update interaction.go: fix (#35) --- pkg/proc/interaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proc/interaction.go b/pkg/proc/interaction.go index 134191e..eff3215 100644 --- a/pkg/proc/interaction.go +++ b/pkg/proc/interaction.go @@ -50,7 +50,7 @@ func ProcConn(s storage.StorageInteractor, cr crypt.Crypter, ycl *client.YClient } _, err = io.Copy(ycl.Conn, contentReader) if err != nil { - _ = ycl.ReplyError(err, "copy failed to compelete") + _ = ycl.ReplyError(err, "copy failed to complete") } case message.MessageTypePut: