From 9cc69a95d0b7f644c234ee92c989a52d72d151f0 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Tue, 7 Feb 2023 09:06:47 +0100 Subject: [PATCH] DOC: typo in comment corrected --- src/caoscrawler/crawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index 9cb2ceb4..66a81c77 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -1170,7 +1170,7 @@ ____________________\n""".format(i + 1, len(pending_changes)) + str(el[3])) children = converter.create_children(generalStore_copy, element) if self.debug: - # add provenance information for each varaible + # add provenance information for each variable self.debug_tree[str(element)] = ( generalStore_copy.get_storage(), recordStore_copy.get_storage()) self.debug_metadata["copied"][str(element)] = ( -- GitLab