[Asterisk-code-review] docs: Fix a few typo's in app docs (more then, resourse). (asterisk[master])

Walter Doekes asteriskteam at digium.com
Fri Nov 6 07:55:39 CST 2015


Walter Doekes has uploaded a new change for review.

  https://gerrit.asterisk.org/1581

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, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/81/1581/1

diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index 0c3b27b..e34dfff 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -56,8 +56,8 @@
 			<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 
 				<literal>Technology/Resource</literal>, where <replaceable>Technology</replaceable>
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 55700e9..540f662 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 10a96b6..3543d05 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/1581
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba57efadf6c0b822e762c7a001bc89611d98afd7
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Walter Doekes <walter+asterisk at wjd.nu>



More information about the asterisk-code-review mailing list