diff options
author | Sebastian Lackner | 2018-12-27 12:03:00 +0100 |
---|---|---|
committer | rfjakob | 2018-12-27 15:19:55 +0100 |
commit | 874eaf9734cc10940e08f7b043652449e1e220b5 (patch) | |
tree | 1d58848741a2a78426b412fab51b22ee997d9f12 /tests/reverse | |
parent | 4c2ff26457471cd36b25c29fb3f982b27002ce3c (diff) |
Assorted spelling fixes.
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
Diffstat (limited to 'tests/reverse')
-rw-r--r-- | tests/reverse/correctness_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |