From 58ee00442168beff770a341738102bf794a3bfeb Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sat, 12 Jun 2010 12:02:54 +0400 Subject: [PATCH] Typo fix Signed-off-by: Peter Lemenkov --- apps/voicebox/Voicebox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/voicebox/Voicebox.cpp b/apps/voicebox/Voicebox.cpp index df4cd565..3c392814 100644 --- a/apps/voicebox/Voicebox.cpp +++ b/apps/voicebox/Voicebox.cpp @@ -116,7 +116,7 @@ AmPromptCollection* VoiceboxFactory::loadPrompts(string prompt_base_path, } // Parts for the welcome text - ADD_DEF_PROMTP("pin_prompt"); + ADD_DEF_PROMPT("pin_prompt"); ADD_DEF_PROMPT("you_have"); ADD_DEF_PROMPT("new_msgs"); ADD_DEF_PROMPT("saved_msgs");