summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/asterisk/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 48911c8c2..0beed8d2c 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -70,7 +70,7 @@ enum ast_module_load_result {
* \param resource_name The name of the module to load.
*
* This function is run by the PBX to load the modules. It performs
- * all loading and initilization tasks. Basically, to load a module, just
+ * all loading and initialization tasks. Basically, to load a module, just
* give it the name of the module and it will do the rest.
*
* \return See possible enum values for ast_module_load_result.