From 4125a36915ae4fb499d5fc381745c3e9102c2332 Mon Sep 17 00:00:00 2001
From: Cyril Moineau <cyril.moineau@cea.fr>
Date: Thu, 9 Nov 2023 09:09:24 +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 78d1ab9b4..049a22092 100644
--- a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
+++ b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp
@@ -48,7 +48,7 @@ public:
     const std::vector<std::shared_ptr<FsmNode>> getStartNodes(void);
 
     /**
-     * @brief get the set of the valide states
+     * @brief get the set of the valid states
      * @return set of valide state
     */
     const std::set<std::shared_ptr<FsmNode>> getValidNodes(void);
-- 
GitLab