summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
authorDavid Brooks <dbrooks@digium.com>2009-07-27 16:33:50 +0000
committerDavid Brooks <dbrooks@digium.com>2009-07-27 16:33:50 +0000
commitd81d6d3415708fabcc9e14db0fff77921363161e (patch)
tree0de94acf38d584dfbef0f9b1a97d1fc657a7e2bc /main/loader.c
parentf57f4201024c35ff304c7dc322290bad6933bac2 (diff)
Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
(closes issue #15571) Reported by: alecdavis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader.c b/main/loader.c
index 451d33194..c216a9462 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -756,7 +756,7 @@ static enum ast_module_load_result start_resource(struct ast_module *mod)
*
* If the ast_heap is provided (not NULL) the module is found and added to the
* heap without running the module's load() function. By doing this, modules
- * added to the resource_heap can be initilized later in order by priority.
+ * added to the resource_heap can be initialized later in order by priority.
*
* If the ast_heap is not provided, the module's load function will be executed
* immediately */