dect
/
asterisk
Archived
13
0
Fork 0

Fix a trivial typo, to test our new commit bot

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83278 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2007-09-20 19:05:16 +00:00
parent 61d2062cf3
commit 9e78dac15d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ All modules must have at least the following:
static int load_module():
Do what you need to do when you get started. This function can return
AST_MODULE_LOAD_FAILURE if a action fails and the module is prevented from loading,
AST_MODULE_LOAD_FAILURE if an action fails and the module is prevented from loading,
AST_MODULE_LOAD_DECLINE if the module can not load because of a non-critical failure
(the configuration file was not found), or AST_MODULE_LOAD_SUCCESS if the module
loaded fine.