summaryrefslogtreecommitdiff
path: root/doc/CODING-GUIDELINES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-10 23:08:00 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-10 23:08:00 +0000
commit14d426098ed09365ee9842d892cf02c828db2d19 (patch)
tree4be95f3e22f296be7f834d69ddc5a1be18aff416 /doc/CODING-GUIDELINES
parentc3b6ac60047b492d2c819bd203c9340de44b3659 (diff)
issue #5709
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/CODING-GUIDELINES')
-rwxr-xr-xdoc/CODING-GUIDELINES2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index bca2be766..3d296a75c 100755
--- a/doc/CODING-GUIDELINES
+++ b/doc/CODING-GUIDELINES
@@ -295,7 +295,7 @@ you intend to parse the incoming data string.
- Separating arguments to dialplan applications and functions
-Use ast_separate_app_args() to separate the arguments to your application
+Use ast_app_separate_args() to separate the arguments to your application
once you have made a local copy of the string.
- Parsing strings with strsep