all: fix typos in comments (#21118)
This commit is contained in:
@ -251,7 +251,7 @@ func (it *randomIterator) Next() bool {
|
||||
return it.cur != nil
|
||||
}
|
||||
|
||||
// addTree adds a enrtree:// URL to the iterator.
|
||||
// addTree adds an enrtree:// URL to the iterator.
|
||||
func (it *randomIterator) addTree(url string) error {
|
||||
le, err := parseLink(url)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user