mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
hugolib: Fix typo in aquired
Signed-off-by: wgliang <liangcszzu@163.com>
This commit is contained in:
@ -151,7 +151,7 @@ func newSearchIndexHandler(cfg related.Config) *relatedDocsHandler {
|
||||
return &relatedDocsHandler{cfg: cfg}
|
||||
}
|
||||
|
||||
// This assumes that a lock has been aquired.
|
||||
// This assumes that a lock has been acquired.
|
||||
func (s *relatedDocsHandler) getIndex(p Pages) *related.InvertedIndex {
|
||||
for _, ci := range s.postingLists {
|
||||
if fastEqualPages(p, ci.p) {
|
||||
|
Reference in New Issue
Block a user