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