[asterisk-commits] docs: Fix a few typo's in app docs (more then, resourse). (asterisk[13])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 10 10:03:26 CST 2015


Joshua Colp has submitted this change and it was merged.

Change subject: docs: Fix a few typo's in app docs (more then, resourse).
......................................................................


docs: Fix a few typo's in app docs (more then, resourse).

Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7
---
M apps/app_chanisavail.c
M apps/app_dial.c
M apps/app_page.c
3 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved
  Corey Farrell: Looks good to me, but someone else must approve



diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index 47b631a..84200db 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -56,10 +56,10 @@
 			<parameter name="Technology/Resource" required="true" argsep="&">
 				<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&Technology3/Resourse3&.....</para>
+					<para>If you need more than one enter them as
+					Technology2/Resource2&Technology3/Resource3&.....</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>
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 6c8501d..d65dcae 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -84,12 +84,12 @@
 				</argument>
 				<argument name="Technology2/Resource2" required="false" multiple="true">
 					<para>Optional extra devices to dial in parallel</para>
-					<para>If you need more then one enter them as
-					Technology2/Resource2&Technology3/Resourse3&.....</para>
+					<para>If you need more than one enter them as
+					Technology2/Resource2&Technology3/Resource3&.....</para>
 				</argument>
 			</parameter>
 			<parameter name="timeout" required="false">
-				<para>Specifies the number of seconds we attempt to dial the specified devices</para>
+				<para>Specifies the number of seconds we attempt to dial the specified devices.</para>
 				<para>If not specified, this defaults to 136 years.</para>
 			</parameter>
 			<parameter name="options" required="false">
@@ -491,7 +491,7 @@
 
 			<para>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 cd87e06..590b15b 100644
--- a/apps/app_page.c
+++ b/apps/app_page.c
@@ -60,7 +60,7 @@
 				<argument name="Technology2/Resource2" multiple="true">
 					<para>Optional extra devices to dial in parallel</para>
 					<para>If you need more than one, enter them as Technology2/Resource2&
-					Technology3/Resourse3&.....</para>
+					Technology3/Resource3&.....</para>
 				</argument>
 			</parameter>
 			<parameter name="options">

-- 
To view, visit https://gerrit.asterisk.org/1580
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Walter Doekes <walter+asterisk at wjd.nu>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-commits mailing list