diff --git a/src/graph/Node.cpp b/src/graph/Node.cpp
index 6f24e017028535edeaa7d6186e76de0dcb09828d..1035deb366a9c5df6ff08cd87ebd65a11c2b6e78 100644
--- a/src/graph/Node.cpp
+++ b/src/graph/Node.cpp
@@ -215,7 +215,7 @@ void Aidge::Node::setInputId(const IOIndex_t inId, const IOIndex_t newNodeoutId)
         auto originalParent = input(inId);
         // remove original parent reference to child
         // find the output ID for original Parent
-        // find first occurence of child in the output's children
+        // find first occurrence of child in the output's children
         originalParent.first->removeChild(shared_from_this(), originalParent.second);
     }
     mIdOutParents[inId] = newNodeoutId;