From 8864bacd33f55221d70e8621a7b3742a9ef15b6f Mon Sep 17 00:00:00 2001
From: jsimmering <jsimmering@techfak.uni-bielefeld.de>
Date: Wed, 25 Apr 2018 19:44:45 +0200
Subject: [PATCH] fix typo

---
 psGrammar/tasks/eegpsr/commands_cat2.jsgf | 2 +-
 psGrammar/tasks/gpsr/commands.jsgf        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/psGrammar/tasks/eegpsr/commands_cat2.jsgf b/psGrammar/tasks/eegpsr/commands_cat2.jsgf
index 1ef13a82..59e4bbf8 100644
--- a/psGrammar/tasks/eegpsr/commands_cat2.jsgf
+++ b/psGrammar/tasks/eegpsr/commands_cat2.jsgf
@@ -148,7 +148,7 @@ public <sentence> = [could you | robot | tobi] [please] <VP>;
 <NP_offer>                  = <N_offer>;
 
 
-<N_name> = angie | mary | amy | kimberly | lisa | melissa | michelle | jennifer | elizabeth | julie | brian | micheal | christpher | william | john | david | james | robert | scott | richard;
+<N_name> = angie | mary | amy | kimberly | lisa | melissa | michelle | jennifer | elizabeth | julie | brian | micheal | christopher | william | john | david | james | robert | scott | richard;
 <N_location> 			    = (couch table) | bed | bar | (dining table);
 <N_locationtwo> 		    = (couch table) | bed | bar | (dining table);
 <N_room> 		    	    = bedroom | (dining room) | kitchen | (living room);
diff --git a/psGrammar/tasks/gpsr/commands.jsgf b/psGrammar/tasks/gpsr/commands.jsgf
index 527b726e..e68b9d54 100644
--- a/psGrammar/tasks/gpsr/commands.jsgf
+++ b/psGrammar/tasks/gpsr/commands.jsgf
@@ -93,7 +93,7 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <VP2
 <N_placementTwo> = (tv table) | cupboard | (couch table) | desk | bookcase | (bedside table) | (kitchen table) | (kitchen cabinet) | bar | (dining table) | cabinet | (display case) | storage shelf;
 <N_beacon> = (couch table) | bed | bar | (dining table);
 <N_beaconTwo> = (couch table) | bed | bar | (dining table);
-<N_name> = angie | mary | amy | kimberly | lisa | melissa | michelle | jennifer | elizabeth | julie | brian | micheal | christpher | william | john | david | james | robert | scott | richard;
+<N_name> = angie | mary | amy | kimberly | lisa | melissa | michelle | jennifer | elizabeth | julie | brian | micheal | christopher | william | john | david | james | robert | scott | richard;
 <N_objectpron> = it;
 <N_objectprop> = biggest | largest | smallest | heaviest | lightest | thinnest;
 <N_me>        = me;
-- 
GitLab