From a10fc6f6e0cdd65afd79252077795ed7235caa5d Mon Sep 17 00:00:00 2001
From: Kai Harmening <kharmening@TechFak.Uni-Bielefeld.DE>
Date: Thu, 3 Jul 2014 11:46:54 +0200
Subject: [PATCH] fixed grammar for emergency

---
 ps-grammar/emergencySituation/object.jsgf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ps-grammar/emergencySituation/object.jsgf b/ps-grammar/emergencySituation/object.jsgf
index 16945066..f2b21ab1 100644
--- a/ps-grammar/emergencySituation/object.jsgf
+++ b/ps-grammar/emergencySituation/object.jsgf
@@ -3,9 +3,9 @@ grammar emergencySituation_object;
 
 public <emergencySituation> = <objectPhrase>;
 
-<objectPhrase> = <water> | <firstaidkit> | <cell phone> | <nothing>;
+<objectPhrase> = <water> | <firstaidkit> | <cellphone> | <nothing>;
 
 <water> = water;
 <firstaidkit> = first aid kit;
-<cell phone> = (cell phone);
+<cellphone> = cell phone;
 <nothing> = nothing;
-- 
GitLab