From 625fe2954deb412417d50adfce0ee5f15f74a8a6 Mon Sep 17 00:00:00 2001
From: Adriana Dreyer <adreyer@techfak.uni-bielefeld.de>
Date: Thu, 27 Jun 2013 09:30:45 +0200
Subject: [PATCH] rechtschreibfehler in restaurant grammatik behoben

---
 pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
index 6d7bccfc..3471a9df 100644
--- a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
+++ b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar ToBI_restaurant;
 public <restaurant> = [tobi] [please] <command> [please] [tobi];
-<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <safePlaceLeft> | <safePlaceRight> | <safePlace>;
+<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
 
 <follow> = (follow me) | (come [(with me) | here]) | (keep up);
 <stop> = stop [this];
@@ -14,7 +14,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
 
 <ordering> = ordering;
 <deliveryLocations> = table (one | two | three);
-<safePlaceLeft> = <safe> left;
-<safePlaceRight> = <safe> right;
-<safePlace> = <safe>;
-<safe> = safe [the] (place | location) [to | on] [the | my];
+<savePlaceLeft> = <save> left;
+<savePlaceRight> = <save> right;
+<savePlace> = <save>;
+<save> = save [the] (place | location) [to | on] [the | my];
-- 
GitLab