Skip to content

Commit

Permalink
Update interaction.go: fix (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored May 3, 2024
1 parent 5e52854 commit 4bf374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4bf374b

Please sign in to comment.