diff --git a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
index 049a22092f8b50ec79b51179a710926a995968e3..d718009e87e5360981ff93ff808124581917c089 100644
--- a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
+++ b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
@@ -42,7 +42,7 @@ public:
     void addEdge(std::shared_ptr<FsmEdge>& edge);
 
     /**
-     * @brief get the liste of the starting states
+     * @brief get the list of the starting states
      * @details we need to use a vector because the order of the nodes is important for start node initialization \ref test()
     */
     const std::vector<std::shared_ptr<FsmNode>> getStartNodes(void);