all: Fix minor typos

This commit is contained in:
Phil Davis 2020-12-16 16:56:32 +05:45 committed by GitHub
parent 21fa1e86f2
commit 04b89857e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 124 additions and 124 deletions

View file

@ -30,7 +30,7 @@ func TestChainZeroTransformers(t *testing.T) {
}
}
func TestChaingMultipleTransformers(t *testing.T) {
func TestChainingMultipleTransformers(t *testing.T) {
f1 := func(ct FromTo) error {
_, err := ct.To().Write(bytes.Replace(ct.From().Bytes(), []byte("f1"), []byte("f1r"), -1))
return err