]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix a few js issues
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Nov 2006 20:54:26 +0000 (20:54 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Nov 2006 20:54:26 +0000 (20:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3474 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c

index 99384392379044eca5c178458715bc07bfb11f17..d521517da9aae41f3977309b88e6947f9547b19d 100644 (file)
@@ -31,7 +31,7 @@
  */
 #include "mod_spidermonkey.h"
 
-static const char modname[] = "coreDB";
+static const char modname[] = "CoreDB";
 
 struct db_obj {
     switch_memory_pool_t *pool;