diff --git a/docs/tutorial_01_first_tree.md b/docs/tutorial_01_first_tree.md index 308b128a3..a62aae18b 100644 --- a/docs/tutorial_01_first_tree.md +++ b/docs/tutorial_01_first_tree.md @@ -87,7 +87,7 @@ public: } private: - bool _open; // shrared information + bool _open; // shared information }; ``` @@ -100,7 +100,7 @@ We can build a `SimpleActionNode` from any of these functors: ## Create a tree dynamically with an XML -Let's consider the followinf XML file named __my_tree.xml__: +Let's consider the following XML file named __my_tree.xml__: ``` XML