fork of indigo with slightly nicer lexgen

Fix comment typo

Changed files
+1 -1
search
+1 -1
search/bulk.go
··· 23 23 rank float64 24 24 } 25 25 26 - // BulkIndexPageranks updates the pageranks for the DIDs in the Serch Index from a CSV file. 26 + // BulkIndexPageranks updates the pageranks for the DIDs in the Search Index from a CSV file. 27 27 func (idx *Indexer) BulkIndexPageranks(ctx context.Context, pagerankFile string) error { 28 28 f, err := os.Open(pagerankFile) 29 29 if err != nil {