mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +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)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue