aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/strings.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-08 21:46:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-08 21:46:43 +0000
commitcd55da2a782fe1b57c8f7c6d92615006b7d76177 (patch)
tree1b4ac2543996678e5bb93d5f5a29dfeeb0935fc5 /include/asterisk/strings.h
parent0c16e82b3634fd8a05f021ef5a67cd2c7e4f4bc9 (diff)
- Check for failure when putting the packet in the ast_str
- fix a spelling error in a header file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@155516 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/strings.h')
-rw-r--r--include/asterisk/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/strings.h b/include/asterisk/strings.h
index b0ab9c498..6c5eba783 100644
--- a/include/asterisk/strings.h
+++ b/include/asterisk/strings.h
@@ -569,7 +569,7 @@ struct ast_str *__ast_str_thread_get(struct ast_threadstorage *ts,
* interface simplified).
*/
enum {
- /*! An error has occured and the contents of the dynamic string
+ /*! An error has occurred and the contents of the dynamic string
* are undefined */
AST_DYNSTR_BUILD_FAILED = -1,
/*! The buffer size for the dynamic string had to be increased, and