From c11e64c7272e9baba0441c89ec82902d943dea41 Mon Sep 17 00:00:00 2001 From: Jason Parker <jparker@digium.com> Date: Thu, 20 Sep 2007 19:05:16 +0000 Subject: [PATCH] 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 --- doc/modules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules.txt b/doc/modules.txt index fbdf062e66..f6d0047184 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. -- GitLab