From 528116d712630c5c24ffeb8b08698cacf947899e Mon Sep 17 00:00:00 2001 From: Paolo Fabio Zaino Date: Mon, 4 Mar 2024 18:19:21 +0000 Subject: [PATCH] fixed some typos in a comment --- pkg/scraper/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scraper/types.go b/pkg/scraper/types.go index 0310c761..52083fd6 100644 --- a/pkg/scraper/types.go +++ b/pkg/scraper/types.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package scrapper implements the scrapper library for the Crowler and +// Package scraper implements the scraper library for the Crowler and // the Crowler search engine. package scraper