From 8ffc931eae8bb7a4654695be39d95b62d369ee5c Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Tue, 13 Jun 2023 23:01:11 +0000 Subject: 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 Run-TryBot: Michael Pratt Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt --- src/syscall/exec_linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syscall/exec_linux_test.go') diff --git a/src/syscall/exec_linux_test.go b/src/syscall/exec_linux_test.go index 7ec10ce3a7..f4ff7bf81b 100644 --- a/src/syscall/exec_linux_test.go +++ b/src/syscall/exec_linux_test.go @@ -484,7 +484,7 @@ func TestCloneTimeNamespace(t *testing.T) { t.Fatalf("Cmd failed with err %v, output: %s", err, out) } - // Inode numer of the time namespaces should be different. + // Inode number of the time namespaces should be different. // Based on https://man7.org/linux/man-pages/man7/time_namespaces.7.html#EXAMPLES timens, err := os.Readlink("/proc/self/ns/time") if err != nil { -- cgit v1.3