Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanth-cb committed Oct 30, 2019
1 parent e46f498 commit a8dd789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/searcher/search_geopointdistance.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func boxSearcher(indexReader index.IndexReader,
return boxSearcher, nil
}

// build geoboundinggox searcher for that bounding box
// build geoboundingbox searcher for that bounding box
boxSearcher, err := NewGeoBoundingBoxSearcher(indexReader,
topLeftLon, bottomRightLat, bottomRightLon, topLeftLat, field, boost,
options, checkBoundaries)
Expand Down

0 comments on commit a8dd789

Please sign in to comment.