aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 00:06:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 00:06:15 +0000
commit56f4aec652a580b6e28d0cef072084667716a0cd (patch)
tree1a047adf10cbd00edb7100d407ccb8058ddbd1f1 /doc
parent1eb7a651e24fdd3d56a76538f1c32140c66dd01c (diff)
fix typo, thanks Qwell!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7953 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/CODING-GUIDELINES2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index 42d54aceb..7e4679be7 100644
--- a/doc/CODING-GUIDELINES
+++ b/doc/CODING-GUIDELINES
@@ -384,7 +384,7 @@ in having code like this:
However, the ast_strdup and ast_strdup functions will happily accept a NULL
argument without generating an error. The same code can be written as:
- newstr = strdup(str);
+ newstr = ast_strdup(str);
* CLI Commands