aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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