Fixing English in message

This commit is contained in:
Lluís Batlle i Rossell
2021-02-24 17:46:58 +01:00
parent 084d1ea422
commit 5331c424ef

View File

@@ -800,7 +800,7 @@ func TestFideduperange(t *testing.T) {
if runtime.GOOS == "android" {
// The ioctl in the build robot android-amd64 returned ENOTTY,
// an error not documented for that syscall.
t.Skip("FIDEDUPERANGE ioctl doesn't work the test android, skipping test")
t.Skip("FIDEDUPERANGE ioctl doesn't work on android, skipping test")
}
f1, err := ioutil.TempFile("", t.Name())