From aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 24 Oct 2016 19:18:13 +0200 Subject: Fix misspellings Close https://github.com/rfjakob/gocryptfs/issues/54 --- tests/plaintextnames/plaintextnames_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plaintextnames/plaintextnames_test.go') diff --git a/tests/plaintextnames/plaintextnames_test.go b/tests/plaintextnames/plaintextnames_test.go index 3523c25..cda5149 100644 --- a/tests/plaintextnames/plaintextnames_test.go +++ b/tests/plaintextnames/plaintextnames_test.go @@ -32,7 +32,7 @@ func TestFlags(t *testing.T) { t.Fatal(err) } if !cf.IsFeatureFlagSet(configfile.FlagPlaintextNames) { - t.Error("PlaintextNames flag should be set but isnt") + t.Error("PlaintextNames flag should be set but isn't") } if cf.IsFeatureFlagSet(configfile.FlagEMENames) || cf.IsFeatureFlagSet(configfile.FlagDirIV) { t.Error("FlagEMENames and FlagDirIV should be not set") -- cgit v1.2.3