Skip to content
Snippets Groups Projects
Commit 2f69aac4 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix spelling error (bug #2810)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent dd7e72fe
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ static int parkandannounce_exec(struct ast_channel *chan, void *data) ...@@ -94,7 +94,7 @@ static int parkandannounce_exec(struct ast_channel *chan, void *data)
} }
dial=strsep(&s, "|"); dial=strsep(&s, "|");
if(!dial) { if(!dial) {
ast_log(LOG_WARNING, "PARK: A dial resouce must be specified i.e: Console/dsp or Zap/g1/5551212\n"); ast_log(LOG_WARNING, "PARK: A dial resource must be specified i.e: Console/dsp or Zap/g1/5551212\n");
free(orig_s); free(orig_s);
return -1; return -1;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment