From 0aeb53a2b3bdf820cc08fb404274301a3604f9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 4 Nov 2019 15:36:13 -0500 Subject: [PATCH] Correct typo --- hack/crawl/crawler/crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/crawl/crawler/crawler.go b/hack/crawl/crawler/crawler.go index a4df8b8cd..52cb4aeac 100644 --- a/hack/crawl/crawler/crawler.go +++ b/hack/crawl/crawler/crawler.go @@ -189,7 +189,7 @@ func CrawlFromSeed(ctx context.Context, seed CrawlSeed, // CRunner takes in a seed, which represents the documents stored in an // index somewhere. The document data is not required to be populated. If there // are many documents, this is preferable. The order of iteration over the seed -// is not garanteed, but the CRunner does guarantee that every element +// is not guaranteed, but the CRunner does guarantee that every element // from the seed will be processed before any other documents from the // crawlers. func CRunner(ctx context.Context,