mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
fix minor typos in comment
This commit is contained in:
parent
1fa26eec0a
commit
0ef2737ffe
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ const (
|
||||||
TestStateExpired // modification time of files set in distant past (cache only)
|
TestStateExpired // modification time of files set in distant past (cache only)
|
||||||
TestStatePartial // incomplete files
|
TestStatePartial // incomplete files
|
||||||
TestStatePartialSig // incomplete .minisig
|
TestStatePartialSig // incomplete .minisig
|
||||||
TestStateMissing // non-existant files
|
TestStateMissing // non-existent files
|
||||||
TestStateMissingSig // non-existant .minisig
|
TestStateMissingSig // non-existent .minisig
|
||||||
TestStateReadErr // I/O error on reading files (download only)
|
TestStateReadErr // I/O error on reading files (download only)
|
||||||
TestStateReadSigErr // I/O error on reading .minisig (download only)
|
TestStateReadSigErr // I/O error on reading .minisig (download only)
|
||||||
TestStateOpenErr // I/O error on opening files
|
TestStateOpenErr // I/O error on opening files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue