summaryrefslogtreecommitdiff
path: root/apps/app_chanisavail.c
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-11-06 14:52:00 +0100
committerWalter Doekes <walter+asterisk@wjd.nu>2015-11-06 16:46:21 -0500
commit8410336681b54766f148b7708f08d6d5e7ff6f2e (patch)
tree6575f9b3a608eb764d5e3048c9c37c9736a16035 /apps/app_chanisavail.c
parent506aea26e6c67cd53874aa3ffef278524dfd7878 (diff)
docs: Fix a few typo's in app docs (more then, resourse).
Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7
Diffstat (limited to 'apps/app_chanisavail.c')
-rw-r--r--apps/app_chanisavail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index 47b631a76..84200db4f 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -56,10 +56,10 @@ static const char app[] = "ChanIsAvail";
<parameter name="Technology/Resource" required="true" argsep="&amp;">
<argument name="Technology2/Resource2" multiple="true">
<para>Optional extra devices to check</para>
- <para>If you need more then one enter them as
- Technology2/Resource2&amp;Technology3/Resourse3&amp;.....</para>
+ <para>If you need more than one enter them as
+ Technology2/Resource2&amp;Technology3/Resource3&amp;.....</para>
</argument>
- <para>Specification of the device(s) to check. These must be in the format of
+ <para>Specification of the device(s) to check. These must be in the format of
<literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable>
represents a particular channel driver, and <replaceable>Resource</replaceable>
represents a resource available to that particular channel driver.</para>