diff options
author | Jakob Unterwurzacher | 2016-10-24 19:18:13 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-24 19:18:13 +0200 |
commit | aeda9721d0150b9b77d9522bb3b4fcd17f2cbbfa (patch) | |
tree | 1cded9f7087c0d6d3d8d29fe9a1c5f0ceb3783bc /tests/plaintextnames/plaintextnames_test.go | |
parent | ab4de4cbcd235bf1b3466a2a5bfa4d07f0537756 (diff) |
Fix misspellings
Close https://github.com/rfjakob/gocryptfs/issues/54
Diffstat (limited to 'tests/plaintextnames/plaintextnames_test.go')
-rw-r--r-- | tests/plaintextnames/plaintextnames_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |