[Freeswitch-svn] [commit] r11984 - freeswitch/trunk/src/mod/languages/mod_spidermonkey

FreeSWITCH SVN mrene at freeswitch.org
Fri Feb 13 07:31:11 PST 2009


Author: mrene
Date: Fri Feb 13 09:31:11 2009
New Revision: 11984

Log:
s/depricated/deprecated/

Modified:
   freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c

Modified: freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c	(original)
+++ freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c	Fri Feb 13 09:31:11 2009
@@ -2854,7 +2854,7 @@
 	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);



More information about the Freeswitch-svn mailing list