From 0c1f0d591cd1496bf4a377f7bca178d03cbd79a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Mon, 27 May 2024 09:06:16 +0200
Subject: [PATCH] typo

---
 src/caoscrawler/sync_graph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caoscrawler/sync_graph.py b/src/caoscrawler/sync_graph.py
index 919131b8..652f96a5 100644
--- a/src/caoscrawler/sync_graph.py
+++ b/src/caoscrawler/sync_graph.py
@@ -174,7 +174,7 @@ class SyncGraph():
             if self._identifiable_is_needed(node):
                 self._set_identifiable_of_node(node)
 
-        # everything in unchecked neither das have an ID nor a path.
+        # everything in unchecked neither does have an ID nor a path.
         # Thus, it must be possible to create an
         # identifiable which is checked using the following function:
         for node in self.unchecked:
-- 
GitLab