typo, thanks fugazi

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10517 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-11-22 13:34:46 +00:00
parent 208a8be94f
commit e522c68d1f

View File

@ -1,4 +1,4 @@
/*
g/*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
* Copyright (C) 2005/2006, Anthony Minessale II <anthmct@yahoo.com>
*
@ -2820,7 +2820,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
" server_user VARCHAR(255),\n"
" server_host VARCHAR(255),\n"
" profile_name VARCHAR(255),\n"
" hostname VARCHAR(255),\n"
" hostname VARCHAR(255)\n"
");\n";