diff --git a/src/graph/GraphView.cpp b/src/graph/GraphView.cpp
index 444d6d856e7a4e22fda16cbbf7518d53875efd53..c0c6ee59082e31f69533e6c53df4e2d0c9b87d72 100644
--- a/src/graph/GraphView.cpp
+++ b/src/graph/GraphView.cpp
@@ -623,7 +623,7 @@ Aidge::GraphView::outputs(const std::string& nodeName) const {
 
 void Aidge::GraphView::setInputId(Aidge::IOIndex_t /*inID*/,
                                Aidge::IOIndex_t /*newNodeOutID*/) {
-  AIDGE_THROW_OR_ABORT(std::radduntime_error, "Not implemented yet.");
+  AIDGE_THROW_OR_ABORT(std::runtime_error, "Not implemented yet.");
 }
 
 void Aidge::GraphView::add(std::shared_ptr<Node> node, bool includeLearnableParam) {