mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Fix typo in aquired
Signed-off-by: wgliang <liangcszzu@163.com>
This commit is contained in:
parent
eeb057f222
commit
573deca089
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue