diff --git a/dnscrypt-proxy/sources_test.go b/dnscrypt-proxy/sources_test.go index bc5ebb04..e060ddcc 100644 --- a/dnscrypt-proxy/sources_test.go +++ b/dnscrypt-proxy/sources_test.go @@ -33,8 +33,8 @@ const ( TestStateExpired // modification time of files set in distant past (cache only) TestStatePartial // incomplete files TestStatePartialSig // incomplete .minisig - TestStateMissing // non-existant files - TestStateMissingSig // non-existant .minisig + TestStateMissing // non-existent files + TestStateMissingSig // non-existent .minisig TestStateReadErr // I/O error on reading files (download only) TestStateReadSigErr // I/O error on reading .minisig (download only) TestStateOpenErr // I/O error on opening files