fix minor typos in comment

This commit is contained in:
Alison Winters 2020-02-14 23:01:19 +08:00 committed by Will Elwood
parent 1fa26eec0a
commit 0ef2737ffe
1 changed files with 2 additions and 2 deletions

View File

@ -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