mirror of
https://github.com/projectdiscovery/subfinder
synced 2026-06-21 14:05:24 +00:00
chore: fix some typos in comments (#1221)
Signed-off-by: rustfix <771054535@qq.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
### Thanks
|
||||
|
||||
Many people have contributed to subfinder making it a wonderful tool either by making a pull request fixing some stuff or giving generous donations to support the furthur development of this tool. Here, we recognize these persons and thank them.
|
||||
Many people have contributed to subfinder making it a wonderful tool either by making a pull request fixing some stuff or giving generous donations to support the further development of this tool. Here, we recognize these persons and thank them.
|
||||
|
||||
- All the contributors at [CONTRIBUTORS](https://github.com/projectdiscovery/subfinder/graphs/contributors) who made subfinder what it is.
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ func (s *Source) enumerate(ctx context.Context, searchURL string, domainRegexp *
|
||||
}
|
||||
}
|
||||
|
||||
// proccesItems procceses github response items
|
||||
// proccesItems process github response items
|
||||
func (s *Source) proccesItems(ctx context.Context, items []item, domainRegexp *regexp.Regexp, name string, session *subscraping.Session, results chan subscraping.Result) error {
|
||||
for _, item := range items {
|
||||
// find subdomains in code
|
||||
|
||||
Reference in New Issue
Block a user