diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf index 6fd2865658f0c127b17f043cfda77815e7708641..0742387d2619bd3a4c23ef7ff496812865082a8c 100644 --- a/psGrammar/demos/demoDynamic.jsgf +++ b/psGrammar/demos/demoDynamic.jsgf @@ -5,7 +5,7 @@ public <command> = [<robot>] ( <introduce> | <save> | <wave> | <goTo> | <followM <robot> = (tobi | robot | tiago); -<introduce> = (intruduce yourself) | (who are you); +<introduce> = (introduce yourself) | (who are you); <save> = (save location); <wave> = (wait for me); <goTo> = (go to location);