mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 23:27:31 -04:00
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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user