From bfaf11d3d6c1c2da046535ffca36f5da1ec8e893 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 19 Jun 2015 10:20:38 -0700 Subject: [PATCH] acl: fix spelling in tests --- acl/acl_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acl/acl_test.go b/acl/acl_test.go index 2c8b2048b..5bd77dc8b 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -79,10 +79,10 @@ func TestStaticACL(t *testing.T) { t.Fatalf("should not allow") } if none.ACLList() { - t.Fatalf("should not noneow") + t.Fatalf("should not allow") } if none.ACLModify() { - t.Fatalf("should not noneow") + t.Fatalf("should not allow") } if !manage.KeyRead("foobar") {