Skip to content
Snippets Groups Projects
Commit c11e64c7 authored by Jason Parker's avatar Jason Parker
Browse files

Fix a trivial typo, to test our new commit bot

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent dfc4e39e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ All modules must have at least the following: ...@@ -3,7 +3,7 @@ All modules must have at least the following:
static int load_module(): static int load_module():
Do what you need to do when you get started. This function can return 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 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 (the configuration file was not found), or AST_MODULE_LOAD_SUCCESS if the module
loaded fine. loaded fine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment