diff --git a/hsds/domain_crawl.py b/hsds/domain_crawl.py index 84eba13b..abf459f8 100644 --- a/hsds/domain_crawl.py +++ b/hsds/domain_crawl.py @@ -387,7 +387,7 @@ async def get_links(self, grp_id, titles=None): new_links = links # store the links follow_links = self._follow_links - # check that we are not exeding the limit + # check that we are not exceeding the limit if self._limit: left = self._limit - self._count if left < len(new_links):