aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-20 19:05:16 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-20 19:05:16 +0000
commit9e78dac15d957a519c9ff9610303115ce3ac84af (patch)
tree5affa3438da86567f9f6ca8d446466b03618beb1 /doc
parent61d2062cf30d92e63da91fe08e6abee56d7e1901 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules.txt b/doc/modules.txt
index fbdf062e6..f6d004718 100644
--- a/doc/modules.txt
+++ b/doc/modules.txt
@@ -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.