aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 22:32:20 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 22:32:20 +0000
commit13a8a1bbe368fb7ac5c81ec8ecd24889c686f536 (patch)
tree68f8745b6ad312ba23d4b421129fd49240678a90 /include/asterisk/pbx.h
parent8b74d85e189dd7a49171e1aa740dc45baf8b64b4 (diff)
Fix various spelling mistakes in comments.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48417 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 17e7b1416..c1a831838 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -156,7 +156,7 @@ struct ast_app *pbx_findapp(const char *app);
* \param data the data passed into the app
*
* This application executes an application on a given channel. It
- * saves the stack and executes the given appliation passing in
+ * saves the stack and executes the given application passing in
* the given data.
*
* \return 0 on success, and -1 on failure