aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_exec.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-02 02:50:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-02 02:50:33 +0000
commit44147470e551edee9f30981e22de511913ac747a (patch)
tree6e52a9a7219beecd3c6b0113c2894e2f45988f8e /apps/app_exec.c
parent566af996616e8f11fee9270b0d6a66270692d054 (diff)
Fix various spelling and grammatical issues in documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153468 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_exec.c')
-rw-r--r--apps/app_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_exec.c b/apps/app_exec.c
index b4a66962e..3b831ba6c 100644
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -49,7 +49,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>Allows an arbitrary application to be invoked even when not
- hardcoded into the dialplan. If the underlying application
+ hard coded into the dialplan. If the underlying application
terminates the dialplan, or if the application cannot be found,
Exec will terminate the dialplan.</para>
<para>To invoke external applications, see the application System.
@@ -67,7 +67,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>Allows an arbitrary application to be invoked even when not
- hardcoded into the dialplan. To invoke external applications
+ hard coded into the dialplan. To invoke external applications
see the application System. Always returns to the dialplan.
The channel variable TRYSTATUS will be set to one of:
</para>