summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-03 12:29:39 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-03 12:29:39 +0000
commit0abc9b0bd7e495488378e347b49cdf6525b4aa94 (patch)
tree4e5f9ca204908a697dbfdce21b3127b37267b206
parenta9281a11424be2bddbbebb0def82bf4d63828fab (diff)
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
-rw-r--r--loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader.c b/loader.c
index 5e230db50..dd3e1afe8 100644
--- a/loader.c
+++ b/loader.c
@@ -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++;
}