Spelling fixes #3

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7121 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich
2008-01-07 11:21:24 +00:00
parent 499e8af075
commit 96164e0967
5 changed files with 14 additions and 14 deletions

View File

@@ -694,7 +694,7 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
}
if (load_func_ptr == NULL) {
err = "Cannot locate symbol 'switch_module_load' please make sure this is a vaild module.";
err = "Cannot locate symbol 'switch_module_load' please make sure this is a valid module.";
break;
}
@@ -1018,7 +1018,7 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_init()
}
if (!count) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "No modules loaded assuming 'load all'\n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "No modules loaded, assuming 'load all'\n");
all = 1;
}