From 39daf9f066dcc3ccf582533cc26801448aefe7dd Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Fri, 6 Nov 2015 14:52:00 +0100 Subject: [PATCH] docs: Fix a few typo's in app docs (more then, resourse). Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7 --- apps/app_chanisavail.c | 6 +++--- apps/app_dial.c | 8 ++++---- apps/app_page.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c index 0c3b27bb3a..dbd49914cf 100644 --- a/apps/app_chanisavail.c +++ b/apps/app_chanisavail.c @@ -56,10 +56,10 @@ static const char app[] = "ChanIsAvail"; Optional extra devices to check - If you need more then one enter them as - Technology2/Resource2&Technology3/Resourse3&..... + If you need more than one enter them as + Technology2/Resource2&Technology3/Resource3&..... - Specification of the device(s) to check. These must be in the format of + Specification of the device(s) to check. These must be in the format of Technology/Resource, where Technology represents a particular channel driver, and Resource represents a resource available to that particular channel driver. diff --git a/apps/app_dial.c b/apps/app_dial.c index 55700e9b30..540f6621cf 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -84,12 +84,12 @@ ASTERISK_REGISTER_FILE() Optional extra devices to dial in parallel - If you need more then one enter them as - Technology2/Resource2&Technology3/Resourse3&..... + If you need more than one enter them as + Technology2/Resource2&Technology3/Resource3&..... - Specifies the number of seconds we attempt to dial the specified devices + Specifies the number of seconds we attempt to dial the specified devices. If not specified, this defaults to 136 years. @@ -491,7 +491,7 @@ ASTERISK_REGISTER_FILE() Unless there is a timeout specified, the Dial application will wait indefinitely until one of the called channels answers, the user hangs up, or - if all of the called channels are busy or unavailable. Dialplan executing will + if all of the called channels are busy or unavailable. Dialplan execution will continue if no requested channels can be called, or if the timeout expires. This application will report normal termination if the originating channel hangs up, or if the call is bridged and either of the parties in the bridge diff --git a/apps/app_page.c b/apps/app_page.c index 10a96b61be..3543d0509d 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -60,7 +60,7 @@ ASTERISK_REGISTER_FILE() Optional extra devices to dial in parallel If you need more than one, enter them as Technology2/Resource2& - Technology3/Resourse3&..... + Technology3/Resource3&.....