test commit to ensure the server is happy again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-05-03 12:29:39 +00:00
parent a9281a1142
commit 0abc9b0bd7

View File

@@ -728,7 +728,7 @@ static struct module * __load_resource(const char *resource_name,
cur->cb = m; /* use the mod_data from the module itself */
errors = check_exported(cur);
} else {
ast_log(LOG_WARNING, "misstng mod_data for %s\n",
ast_log(LOG_WARNING, "missing mod_data for %s\n",
resource_name);
errors++;
}