]> Cypherpunks repositories - gostls13.git/commit
all: fix spelling mistakes
authornicksherron <nsherron90@gmail.com>
Wed, 13 Oct 2021 01:39:13 +0000 (01:39 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Oct 2021 04:00:15 +0000 (04:00 +0000)
commite8f99da8ed6180732ace00f8fc6b17f636515bc4
treeb73cbcfb126d827cb30c0c6bbd37c1383a0f6cc2
parent4fb2e1cb86a1f15a69ebf97a80503e865287642c
all: fix spelling mistakes

Corrections were only made to comments and can be reproduced with the
following sed.

sed -i 's/communciation/communication/g'  src/internal/fuzz/sys_windows.go
sed -i 's/communciation/communication/g'  src/internal/fuzz/sys_posix.go
sed -i 's/substitued/substituted/g'     src/cmd/compile/internal/noder/irgen.go

Change-Id: I435aee2fdb41e73b694e6233d52742559d32cf7e
GitHub-Last-Rev: a471e3d123aa6c8bb9b091e65de5d16609fb8db1
GitHub-Pull-Request: golang/go#48932
Reviewed-on: https://go-review.googlesource.com/c/go/+/355494
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/noder/irgen.go
src/internal/fuzz/sys_posix.go
src/internal/fuzz/sys_windows.go