From 09f5072dc49a5021f49ded4ece51c9352c0cacc5 Mon Sep 17 00:00:00 2001
From: Cyril Moineau <cyril.moineau@cea.fr>
Date: Thu, 9 Nov 2023 09:09:27 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 include/aidge/graphRegex/matchFsm/FsmGraph.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
index 049a22092..d718009e8 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);
-- 
GitLab