aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
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