unix: fix misspellings

Change-Id: I4e1facc318d87fdd2abca1de040fdcb25680339e
GitHub-Last-Rev: bfebe235283dd12d07c69609011e47f155ccc008
GitHub-Pull-Request: golang/sys#30
Reviewed-on: https://go-review.googlesource.com/c/159597
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
two
2019-01-29 07:53:46 +00:00
committed by Tobias Klauser
parent d57399882c
commit 302c3dd5f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ func TestRenameat(t *testing.T) {
_, err = os.Stat(from)
if err == nil {
t.Errorf("Renameat: stat of renamed file %q unexpectedly suceeded", from)
t.Errorf("Renameat: stat of renamed file %q unexpectedly succeeded", from)
}
}