From 241bc934ebd8fd306125821d11a59b2b4cb6e7a3 Mon Sep 17 00:00:00 2001 From: dbrooks Date: Mon, 27 Jul 2009 20:28:28 +0000 Subject: Merged revisions 209098 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r209098 | dbrooks | 2009-07-27 11:33:50 -0500 (Mon, 27 Jul 2009) | 6 lines Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" (closes issue #15571) Reported by: alecdavis ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@209233 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk') diff --git a/include/asterisk/module.h b/include/asterisk/module.h index b5c96f8a1..d0d084326 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. -- cgit v1.2.3