From f4bcefb95ed074a8cd63924eee346f2bacbbbd20 Mon Sep 17 00:00:00 2001 From: rustfix <155627174+rustfix@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:11:05 +0800 Subject: [PATCH] chore: fix some typos in comments (#1221) Signed-off-by: rustfix <771054535@qq.com> --- THANKS.md | 2 +- v2/pkg/subscraping/sources/github/github.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/THANKS.md b/THANKS.md index b853afca..941ba788 100644 --- a/THANKS.md +++ b/THANKS.md @@ -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. diff --git a/v2/pkg/subscraping/sources/github/github.go b/v2/pkg/subscraping/sources/github/github.go index fc4e67df..e1a77d72 100644 --- a/v2/pkg/subscraping/sources/github/github.go +++ b/v2/pkg/subscraping/sources/github/github.go @@ -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