]> Cypherpunks repositories - gostls13.git/commit
all: fix spelling errors
authorAlexander Yastrebov <yastrebov.alex@gmail.com>
Tue, 13 Jun 2023 23:01:11 +0000 (23:01 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 14 Jun 2023 00:03:57 +0000 (00:03 +0000)
commit8ffc931eae8bb7a4654695be39d95b62d369ee5c
tree811f0e6845cffdb3c6f0e9fdc310b4ab71065144
parent80629caecb5b21b718f5d1d01fefda6e8d3a5baf
all: fix spelling errors

Fix spelling errors discovered using https://github.com/codespell-project/codespell. Errors in data files and vendored packages are ignored.

Change-Id: I83c7818222f2eea69afbd270c15b7897678131dc
GitHub-Last-Rev: 3491615b1b82832cc0064f535786546e89aa6184
GitHub-Pull-Request: golang/go#60758
Reviewed-on: https://go-review.googlesource.com/c/go/+/502576
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
67 files changed:
src/cmd/asm/internal/asm/parse.go
src/cmd/asm/internal/asm/testdata/amd64error.s
src/cmd/cgo/internal/test/test.go
src/cmd/compile/internal/base/timings.go
src/cmd/compile/internal/escape/call.go
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/ssa/expand_calls.go
src/cmd/compile/internal/ssa/poset.go
src/cmd/compile/internal/ssa/prove.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/schedule.go
src/cmd/compile/internal/walk/range.go
src/cmd/compile/internal/walk/temp.go
src/cmd/covdata/metamerge.go
src/cmd/covdata/tool_test.go
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/modget/get.go
src/cmd/go/internal/modget/query.go
src/cmd/go/internal/modindex/read.go
src/cmd/go/internal/vcweb/vcweb.go
src/cmd/go/testdata/script/cgo_suspect_flag_force_external.txt
src/cmd/go/testdata/script/env_cross_build.txt
src/cmd/go/testdata/script/mod_deprecate_message.txt
src/cmd/go/testdata/script/mod_get_moved.txt
src/cmd/go/testdata/script/mod_get_split.txt
src/cmd/go/testdata/script/mod_install_pkg_version.txt
src/cmd/go/testdata/script/mod_tidy_compat_added.txt
src/cmd/internal/cov/readcovdata.go
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/wasm/wasmobj.go
src/cmd/internal/objabi/reloctype.go
src/cmd/internal/testdir/testdir_test.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/loader/loader.go
src/cmd/trace/main.go
src/compress/flate/deflate_test.go
src/crypto/sha256/sha256block_amd64.s
src/crypto/x509/verify_test.go
src/crypto/x509/x509_test.go
src/go/parser/parser_test.go
src/hash/maphash/maphash_test.go
src/math/pow_s390x.s
src/mime/multipart/formdata.go
src/os/os_test.go
src/os/timeout_test.go
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_loong64.s
src/runtime/asm_mips64x.s
src/runtime/asm_mipsx.s
src/runtime/asm_ppc64x.s
src/runtime/asm_riscv64.s
src/runtime/asm_s390x.s
src/runtime/iface.go
src/runtime/malloc.go
src/runtime/map_fast64.go
src/runtime/netpoll_kqueue.go
src/runtime/proc_test.go
src/runtime/stack_test.go
src/runtime/time.go
src/syscall/exec_linux_test.go
src/syscall/syscall_linux.go