diff --git a/src/caoscrawler/sync_graph.py b/src/caoscrawler/sync_graph.py
index 919131b858ee7530c98c13e207c954c112becd72..652f96a52be792782e9a243f2f48acf1090feee0 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: