From 6f314f4d4241c96cf893fdf086ba4bb6bd19d9be Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 2 Nov 2008 02:50:33 +0000 Subject: Fix various spelling and grammatical issues in documentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153468 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_chanspy.c | 2 +- apps/app_dahdiras.c | 2 +- apps/app_dial.c | 2 +- apps/app_exec.c | 4 ++-- apps/app_page.c | 2 +- apps/app_playback.c | 2 +- apps/app_record.c | 2 +- apps/app_userevent.c | 2 +- funcs/func_env.c | 2 +- funcs/func_math.c | 2 +- funcs/func_speex.c | 6 +++--- funcs/func_strings.c | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c index 92a430546..86ad9e737 100644 --- a/apps/app_chanspy.c +++ b/apps/app_chanspy.c @@ -157,7 +157,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Dialing * will stop spying and look for another channel to spy on. - Dialing a series of digits followed by # builds a channel name to append to 'chanprefix'. For example, executing ChanSpy(Agent) and then dialing the digits '1234#' - while spying will begin spying on the channel 'Agent/1234'. Note that this feature will be overriden if the 'd' option + while spying will begin spying on the channel 'Agent/1234'. Note that this feature will be overridden if the 'd' option is used The X option supersedes the three features above in that if a valid single digit extension exists in the correct context ChanSpy will exit to it. diff --git a/apps/app_dahdiras.c b/apps/app_dahdiras.c index 879868ea5..a69d092f5 100644 --- a/apps/app_dahdiras.c +++ b/apps/app_dahdiras.c @@ -60,7 +60,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") A list of parameters to pass to the pppd daemon, - separeted by , characters. + separated by , characters. diff --git a/apps/app_dial.c b/apps/app_dial.c index 089523ef4..b918f23a5 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -425,7 +425,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Filename of sound that will be played when no channel can be reached - Number of seconds to wait after a dialattempt failed before a new attempt is made + Number of seconds to wait after a dial attempt failed before a new attempt is made Number of retries 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$") 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. To invoke external applications, see the application System. @@ -67,7 +67,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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: diff --git a/apps/app_page.c b/apps/app_page.c index 7aacbd9d6..69c0b61ef 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -75,7 +75,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Record the page into a file (meetme option r) diff --git a/apps/app_playback.c b/apps/app_playback.c index 63dd30857..5981fc52c 100644 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -75,7 +75,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - See Also: Background (application) -- for playing soundfiles that are interruptible + See Also: Background (application) -- for playing sound files that are interruptible WaitExten (application) -- wait for digits from caller, optionally play music on hold diff --git a/apps/app_record.c b/apps/app_record.c index a575efdbe..042a8baa9 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -83,7 +83,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") incremented by one each time the file is recorded. Use core show file formats to see the available formats on your system User can press # to terminate the recording and continue to the next priority. - If the user hangup during a recording, all data will be lost and the application will teminate. + If the user hangup during a recording, all data will be lost and the application will terminate. Will be set to the final filename of the recording. diff --git a/apps/app_userevent.c b/apps/app_userevent.c index 6d6354af6..264a40ceb 100644 --- a/apps/app_userevent.c +++ b/apps/app_userevent.c @@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Sends an arbitrary event to the manager interface, with an optional body representing additional arguments. The body may be specified as - a | delimeted list of headers. Each additional + a | delimited list of headers. Each additional argument will be placed on a new line in the event. The format of the event will be: Event: UserEvent diff --git a/funcs/func_env.c b/funcs/func_env.c index 401dc28e3..c56c50d71 100644 --- a/funcs/func_env.c +++ b/funcs/func_env.c @@ -40,7 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Enviroment variable name + Environment variable name diff --git a/funcs/func_math.c b/funcs/func_math.c index 627cf860a..3d737ef5f 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Performs mathematicas functions based on two parameters and a operator, the returned + Performs mathematical functions based on two parameters and an operator. The returned value type is type Example: Set(i=${MATH(123%16,int)}) - sets var i=11 diff --git a/funcs/func_speex.c b/funcs/func_speex.c index 6858cf7a3..a3a5345ed 100644 --- a/funcs/func_speex.c +++ b/funcs/func_speex.c @@ -60,12 +60,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The AGC function will apply automatic gain control to the audio on the - channel that it is executed on. Using rx for audio recieved + channel that it is executed on. Using rx for audio received and tx for audio transmitted to the channel. When using this - function you set a target audio level. It is primarly intended for use with + function you set a target audio level. It is primarily intended for use with analog lines, but could be useful for other channels as well. The target volume is set with a number between 1-32768. The larger the number - the louder (more gain) the channel will recieve. + the louder (more gain) the channel will receive. Examples: exten => 1,1,Set(AGC(rx)=8000) exten => 1,2,Set(AGC(tx)=off) diff --git a/funcs/func_strings.c b/funcs/func_strings.c index c45638564..651fcede2 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -149,7 +149,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The comma-delimited list passed as a value to which the function is set will be interpreted as a set of values to which the comma-delimited list of - variable names in the arguement should be set. + variable names in the argument should be set. Example: Set(ARRAY(var1,var2)=1,2) will set var1 to 1 and var2 to 2 -- cgit v1.2.3