Skip to content

Commit

Permalink
pkg/manager: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed Oct 11, 2024
1 parent b5c7cf6 commit 084d817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/seeds.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func LoadSeeds(cfg *mgrconfig.Config, immutable bool) Seeds {
if info.CorpusDB == nil {
log.Fatalf("failed to open corpus database: %v", err)
}
log.Errorf("read %v inputs from corfpus and got error: %v", len(info.CorpusDB.Records), err)
log.Errorf("read %v inputs from corpus and got error: %v", len(info.CorpusDB.Records), err)
}
info.Fresh = len(info.CorpusDB.Records) == 0
corpusFlags := versionToFlags(info.CorpusDB.Version)
Expand Down

0 comments on commit 084d817

Please sign in to comment.