chore: fix some typos in comments (#1221)

Signed-off-by: rustfix <771054535@qq.com>
This commit is contained in:
rustfix
2024-04-16 23:11:05 +08:00
committed by GitHub
parent ce04bd4c3c
commit f4bcefb95e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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