mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user