Fix some typos in comments and strings
Most of them were found and fixed by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Upstream-commit: 2eee613326fb59fd168849618d14a9054a40f9f5 Component: engine
This commit is contained in:
@ -72,7 +72,7 @@ func TestWriteWithWriterError(t *testing.T) {
|
||||
t.Fatalf("Didn't get expected error.")
|
||||
}
|
||||
if n != expectedReturnedBytes {
|
||||
t.Fatalf("Didn't get expected writen bytes %d, got %d.",
|
||||
t.Fatalf("Didn't get expected written bytes %d, got %d.",
|
||||
expectedReturnedBytes, n)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user