From 874eaf9734cc10940e08f7b043652449e1e220b5 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 27 Dec 2018 12:03:00 +0100 Subject: Assorted spelling fixes. Mostly detected with the 'codespell' utility, but also includes some manual grammar fixes. --- tests/reverse/correctness_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/reverse') diff --git a/tests/reverse/correctness_test.go b/tests/reverse/correctness_test.go index 246936b..931be42 100644 --- a/tests/reverse/correctness_test.go +++ b/tests/reverse/correctness_test.go @@ -171,7 +171,7 @@ func TestAccess(t *testing.T) { } } -// Opening a nonexistant file name should return ENOENT +// Opening a nonexistent file name should return ENOENT // and not EBADMSG or EIO or anything else. func TestEnoent(t *testing.T) { fn := dirB + "/TestEnoent" -- cgit v1.2.3