chore: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-07-07 14:41:10 +02:00
committed by Romain LE JEUNE
parent 0d57e3645a
commit 66bc911652
21 changed files with 37 additions and 37 deletions

View File

@ -24,7 +24,7 @@ import (
var ErrInvalidReplyType = errors.New("reply type does not match")
// Utilities to implement Chanel Procedure Calls. Similar in concept to RPC, but with between go-routines.
// Utilities to implement Channel Procedure Calls. Similar in concept to RPC, but with between go-routines.
// Request contains the data for a request as well as the means to reply to a request.
type Request struct {