s/depricated/deprecated/

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11984 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-02-13 15:31:11 +00:00
parent a52849b56a
commit 2efc763d87
1 changed files with 1 additions and 1 deletions

View File

@ -2854,7 +2854,7 @@ static JSBool session_originate(JSContext * cx, JSObject * obj, uintN argc, jsva
jss->cause = SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "This method is depricated, please use new Session(\"<dial string>\", a_leg) \n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "This method is deprecated, please use new Session(\"<dial string>\", a_leg) \n");
if (jss->session) {
eval_some_js("~throw new Error(\"cannot call this method on an initialized session\");", cx, obj, rval);