From 6cf7f8a0cf916a42c3ca9c27563decbd2e1d0cc2 Mon Sep 17 00:00:00 2001 From: Bas de Bruijn Date: Fri, 8 Mar 2019 21:06:09 +0100 Subject: [PATCH] docs/tutorial_01_first_tree.md: fix typo --- docs/tutorial_01_first_tree.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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