]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix some typos (most found by codespell)
authorStefan Weil <sw@weilnetz.de>
Fri, 1 May 2020 11:51:52 +0000 (13:51 +0200)
committerStefan Weil <sw@weilnetz.de>
Wed, 24 Feb 2021 12:59:11 +0000 (13:59 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
29 files changed:
clients/flex/com/adobe/air/filesystem/FileUtil.as
clients/flex/com/adobe/air/filesystem/VolumeMonitor.as
clients/flex/com/adobe/net/DynamicURLLoader.as
clients/flex/com/adobe/net/MimeTypeMap.as
clients/flex/com/adobe/net/URI.as
clients/flex/com/adobe/serialization/json/JSONEncoder.as
clients/flex/com/adobe/serialization/json/JSONParseError.as
clients/flex/com/adobe/utils/DateUtil.as
clients/flex/com/adobe/utils/StringUtil.as
clients/flex/jquery-1.4.2.js
clients/flex/jquery.tmpl.js
conf/curl/autoload_configs/conference.conf.xml
conf/curl/autoload_configs/xml_cdr.conf.xml
conf/insideout/autoload_configs/conference.conf.xml
conf/insideout/autoload_configs/xml_cdr.conf.xml
conf/insideout/dialplan/default.xml
conf/rayo/autoload_configs/conference.conf.xml
conf/rayo/autoload_configs/spandsp.conf.xml
debian/README.source
docker/base_image/README.md
docker/base_image/docker-entrypoint.sh
docs/Doxygen.conf
docs/phrase/README.TXT
docs/phrase/make_checks.sh
freeswitch.spec
fscomm/preferences/prefdialog.ui
src/switch_xml_config.c
tests/unit/conf/vpx.conf.xml
w32/Setup/GitInfo/GitInfo.targets

index 33bf04df79162c2ba07f51675edaee878a81fa7f..9a6bbc3dde2a3e7579099078bc1d929315285cf0 100644 (file)
@@ -53,7 +53,7 @@ package com.adobe.air.filesystem
                        }
                        else if(os.indexOf("Linux") > -1)
                        {
-                               //todo: need to impliment Linux
+                               //todo: need to implement Linux
                        }
                        
                        return v;
index cbb5ad5ba2542ab88e982d15e324d9e665963180..67901a264b68e404f3e09025d87673d246a3b0c9 100644 (file)
@@ -110,7 +110,7 @@ package com.adobe.air.filesystem
                                timer.addEventListener(TimerEvent.TIMER, onTimerEvent,false,0, true);
                        }
                        
-                       //we reinitialize the hash everytime we start watching
+                       //we reinitialize the hash every time we start watching
                        volumes = new Dictionary();
                        
                        var v:Array = FileUtil.getRootDirectories();
index 2a9eea1c36e3f0572003529c522f442d7168f4e0..a365b2479dc5c1ad1b28bdd356a9c54e13e765ec 100644 (file)
@@ -35,9 +35,9 @@ package com.adobe.net
        import flash.net.URLLoader;\r
 \r
        /**\r
-       *       Class that provides a dynamic implimentation of the URLLoader class.\r
+       *       Class that provides a dynamic implementation of the URLLoader class.\r
        * \r
-       *       This class provides no API implimentations. However, since the class is\r
+       *       This class provides no API implementations. However, since the class is\r
        *       declared as dynamic, it can be used in place of URLLoader, and allow\r
        *       you to dynamically attach properties to it (which URLLoader does not allow).\r
        * \r
index 63353cab8c7e70f5dcdac28a4031cc4a6b225037..cd9224722f2120904a7817855b63200cd6926a0e 100644 (file)
@@ -169,7 +169,7 @@ package com.adobe.net
                }
 
                /**
-                * Returns the prefered extension for the given mimetype.
+                * Returns the preferred extension for the given mimetype.
                 */
                public function getExtension(mimetype:String):String
                {
index a212cdd7b82b33858ff0b944c274a0b734e6a39f..b77896b2506977784b1313dfdf28c673fa1abf31 100644 (file)
@@ -64,7 +64,7 @@ package com.adobe.net
         * URI syntax (e.g. custom query syntax or special handling of\r
         * non-hierarchical URI's), this class can be fully subclassed.  If you\r
         * intended to subclass URI, please see the source code for complete\r
-        * documation on protected members and protected fuctions.</p>\r
+        * documentation on protected members and protected functions.</p>\r
         * \r
         * @langversion ActionScript 3.0\r
         * @playerversion Flash 9.0 \r
@@ -203,7 +203,7 @@ package com.adobe.net
                \r
                \r
                /**\r
-                * @private Private initializiation.\r
+                * @private Private initialization.\r
                 */\r
                protected function initialize() : void\r
                {\r
@@ -332,7 +332,7 @@ package com.adobe.net
                 * well formed.  Sometimes characters that should have been escaped\r
                 * are not, and those situations would break a regexp pattern.  This\r
                 * function attempts to be smart about what it is parsing based on\r
-                * location of characters relative to eachother.  This function has\r
+                * location of characters relative to each other.  This function has\r
                 * been proven through real-world use to parse the vast majority\r
                 * of URI's correctly.\r
                 *\r
@@ -835,7 +835,7 @@ package com.adobe.net
                 * to be properly escaped and unescaped, it must be split into its\r
                 * component parts.  This accessor escapes/unescapes the entire query\r
                 * part without regard for it's component parts.  This has the\r
-                * possibliity of leaving the query string in an ambiguious state in\r
+                * possibliity of leaving the query string in an ambiguous state in\r
                 * regards to its syntax.  If the contents of the query part are\r
                 * important, it is recommended that get/setQueryValue() or\r
                 * get/setQueryByMap() are used instead.</p>\r
@@ -2340,7 +2340,7 @@ package com.adobe.net
                 * <p>This function is intended to be a helper function.\r
                 * It is not all-knowning and will probably make mistakes\r
                 * when attempting to parse a string of unknown origin.  If\r
-                * your applicaiton is receiving input from the user, your\r
+                * your application is receiving input from the user, your\r
                 * application should already have a good idea what the user\r
                 * should  be entering, and your application should be\r
                 * pre-processing the user's input to make sure it is well formed\r
@@ -2354,7 +2354,7 @@ package com.adobe.net
                 * on a URI that was created from unknownToURI() may not match\r
                 * the input string due to the difference in escaping.</p>\r
                 *\r
-                * @param unknown       a potental URI string that should be parsed\r
+                * @param unknown       a potential URI string that should be parsed\r
                 * and loaded into this object.\r
                 * @param defaultScheme if it is determined that the passed string\r
                 * looks like a URI, but it is missing the scheme part, this\r
index 639df02c2cef69d1bf17288e94a57c6c9b3562b8..1b5311e970d692f9501b000f80da2fd010bc313f 100644 (file)
@@ -104,7 +104,7 @@ package com.adobe.serialization.json
                }\r
                \r
                /**\r
-                * Escapes a string accoding to the JSON specification.\r
+                * Escapes a string according to the JSON specification.\r
                 *\r
                 * @param str The string to be escaped\r
                 * @return The string with escaped special characters\r
index 5aec1e3b02bc6e6168156c630a149e612d77ea65..1c25b71da4d68781076f5af451e7e85da7915ed3 100644 (file)
@@ -47,7 +47,7 @@ package com.adobe.serialization.json {
                /**\r
                 * Constructs a new JSONParseError.\r
                 *\r
-                * @param message The error message that occured during parsing\r
+                * @param message The error message that occurred during parsing\r
                 * @langversion ActionScript 3.0\r
                 * @playerversion Flash 9.0\r
                 * @tiptext\r
index a741df0d7628fb5d3f025ee452bbfa5e1591c041..13d4ee647cee1613acb52df17541686881e4d608 100644 (file)
@@ -74,7 +74,7 @@ package com.adobe.utils
                *       @param Optional parameter indicating whether the search should be case
                *       sensitive
                * 
-               *       @return A int that represents that month represented by the specifed
+               *       @return A int that represents that month represented by the specified
                *       short name.
                *
                *       @langversion ActionScript 3.0
@@ -114,7 +114,7 @@ package com.adobe.utils
                * 
                *       @param m A full month name.
                * 
-               *       @return A int that represents that month represented by the specifed
+               *       @return A int that represents that month represented by the specified
                *       full month name.
                *
                *       @langversion ActionScript 3.0
@@ -154,7 +154,7 @@ package com.adobe.utils
                * 
                *       @param m A short day name.
                * 
-               *       @return A int that represents that short day represented by the specifed
+               *       @return A int that represents that short day represented by the specified
                *       full month name.
                *
                *       @langversion ActionScript 3.0
@@ -194,7 +194,7 @@ package com.adobe.utils
                * 
                *       @param m A full day name.
                * 
-               *       @return A int that represents that full day represented by the specifed
+               *       @return A int that represents that full day represented by the specified
                *       full month name.
                *
                *       @langversion ActionScript 3.0
@@ -675,7 +675,7 @@ package com.adobe.utils
                }
                
                /**
-                * Converts a date into just befor midnight.
+                * Converts a date into just before midnight.
                 */
                public static function makeNight(d:Date):Date
                {
index d7e98ed08b4e943105e101158757f7fcdfa011cc..af236d210e1f47d106a27b2cda53711eaaf5712b 100644 (file)
@@ -79,7 +79,7 @@ package com.adobe.utils
                *       @param input The String whose beginning and ending whitespace will
                *       will be removed.
                *
-               *       @returns A String with whitespace removed from the begining and end     
+               *       @returns A String with whitespace removed from the beginning and end
                *
                *       @langversion ActionScript 3.0
                *       @playerversion Flash 9.0
@@ -95,7 +95,7 @@ package com.adobe.utils
                * 
                *       @param input The String whose beginning whitespace will will be removed.
                *
-               *       @returns A String with whitespace removed from the begining     
+               *       @returns A String with whitespace removed from the beginning
                *
                *       @langversion ActionScript 3.0
                *       @playerversion Flash 9.0
@@ -236,4 +236,4 @@ package com.adobe.utils
                        return (s != null && s.length > 0);                     
                }
        }
-}
\ No newline at end of file
+}
index fff67764336509df305eef4c7013a134ee6fc9f1..cc6e7dd4ea75f8ea23d16e7dafd40a4a3e98e4ee 100644 (file)
@@ -519,7 +519,7 @@ jQuery.extend({
 
        noop: function() {},
 
-       // Evalulates a script in a global context
+       // Evaluates a script in a global context
        globalEval: function( data ) {
                if ( data && rnotwhite.test(data) ) {
                        // Inspired by code by Andrea Giammarchi
@@ -855,7 +855,7 @@ function now() {
                htmlSerialize: !!div.getElementsByTagName("link").length,
 
                // Get the style information from getAttribute
-               // (IE uses .cssText insted)
+               // (IE uses .cssText instead)
                style: /red/.test( a.getAttribute("style") ),
 
                // Make sure that URLs aren't manipulated
@@ -1310,7 +1310,7 @@ jQuery.fn.extend({
                                        classNames = value.split( rspace );
 
                                while ( (className = classNames[ i++ ]) ) {
-                                       // check each className given, space seperated list
+                                       // check each className given, space separated list
                                        state = isBool ? state : !self.hasClass( className );
                                        self[ state ? "addClass" : "removeClass" ]( className );
                                }
@@ -1364,7 +1364,7 @@ jQuery.fn.extend({
                                                var option = options[ i ];
 
                                                if ( option.selected ) {
-                                                       // Get the specifc value for the option
+                                                       // Get the specific value for the option
                                                        value = jQuery(option).val();
 
                                                        // We don't need an array for one selects
@@ -2636,7 +2636,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^
        baseHasDuplicate = true;
 
 // Here we check if the JavaScript engine is using some sort of
-// optimization where it does not always call our comparision
+// optimization where it does not always call our comparison
 // function. If that is the case, discard the hasDuplicate value.
 //   Thus far that includes Google Chrome.
 [0, 0].sort(function(){
@@ -3415,7 +3415,7 @@ if ( document.documentElement.compareDocumentPosition ) {
        };
 }
 
-// Utility function for retreiving the text value of an array of DOM nodes
+// Utility function for retrieving the text value of an array of DOM nodes
 function getText( elems ) {
        var ret = "", elem;
 
@@ -4149,7 +4149,7 @@ jQuery.fn.extend({
                        if ( !jQuery.support.noCloneEvent && !jQuery.isXMLDoc(this) ) {
                                // IE copies events bound via attachEvent when
                                // using cloneNode. Calling detachEvent on the
-                               // clone will also remove the events from the orignal
+                               // clone will also remove the events from the original
                                // In order to get around this, we use innerHTML.
                                // Unfortunately, this means some modifications to
                                // attributes in IE that are actually only stored
@@ -4886,7 +4886,7 @@ jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".sp
 jQuery.extend({
 
        get: function( url, data, callback, type ) {
-               // shift arguments if data argument was omited
+               // shift arguments if data argument was omitted
                if ( jQuery.isFunction( data ) ) {
                        type = type || callback;
                        callback = data;
@@ -4911,7 +4911,7 @@ jQuery.extend({
        },
 
        post: function( url, data, callback, type ) {
-               // shift arguments if data argument was omited
+               // shift arguments if data argument was omitted
                if ( jQuery.isFunction( data ) ) {
                        type = type || callback;
                        callback = data;
@@ -4948,7 +4948,7 @@ jQuery.extend({
                // Create the request object; Microsoft failed to properly
                // implement the XMLHttpRequest in IE7 (can't request local files),
                // so we use the ActiveXObject when it is available
-               // This function can be overriden by calling jQuery.ajaxSetup
+               // This function can be overridden by calling jQuery.ajaxSetup
                xhr: window.XMLHttpRequest && (window.location.protocol !== "file:" || !window.ActiveXObject) ?
                        function() {
                                return new window.XMLHttpRequest();
index 7e850f9d061d1e833dd90c1b47d4fbb12483ec0f..24188733b618690551d750f8649db705680d8c24 100644 (file)
        function updateWrapped( options, wrapped ) {
                // Build the wrapped content.
                options._wrap = build( options, true,
-                       // Suport imperative scenario in which options.wrapped can be set to a selector or an HTML string.
+                       // Support imperative scenario in which options.wrapped can be set to a selector or an HTML string.
                        jQuery.isArray( wrapped ) ? wrapped : [htmlExpr.test( wrapped ) ? wrapped : jQuery( wrapped ).html()]
                ).join("");
        }
index dad34b2cce28e49d249b884d2a8ef23ed312ebe5..75a12c78fd201ae7329ba4483be6ceaf2619f2c0 100644 (file)
@@ -53,7 +53,7 @@
       <!-- 'say:' will be considered text to say with TTS -->
       <!-- Set a default path here so you can use relative paths in the other sound params-->
       <param name="sound-prefix" value="$${sound_prefix}"/>
-      <!-- File to play to acknowledge succees -->
+      <!-- File to play to acknowledge success -->
       <!--<param name="ack-sound" value="beep.wav"/>-->
       <!-- File to play to acknowledge failure -->
       <!--<param name="nack-sound" value="beeperr.wav"/>-->
index 7f635d64aa0927fd674b45bbf6211e3ba6b44e1e..6aed35ac91461acc4b1e486d413862a722f0b048 100644 (file)
@@ -6,7 +6,7 @@
     <!-- optional: credentials to send to web server -->
     <!--    <param name="cred" value="user:pass"/> -->
 
-    <!-- the total number of retries (not counting the first 'try') to post to webserver incase of failure -->
+    <!-- the total number of retries (not counting the first 'try') to post to webserver in case of failure -->
     <!-- <param name="retries" value="2"/> -->
 
     <!-- delay between retries in seconds, default is 5 seconds -->
index dad34b2cce28e49d249b884d2a8ef23ed312ebe5..75a12c78fd201ae7329ba4483be6ceaf2619f2c0 100644 (file)
@@ -53,7 +53,7 @@
       <!-- 'say:' will be considered text to say with TTS -->
       <!-- Set a default path here so you can use relative paths in the other sound params-->
       <param name="sound-prefix" value="$${sound_prefix}"/>
-      <!-- File to play to acknowledge succees -->
+      <!-- File to play to acknowledge success -->
       <!--<param name="ack-sound" value="beep.wav"/>-->
       <!-- File to play to acknowledge failure -->
       <!--<param name="nack-sound" value="beeperr.wav"/>-->
index 7f635d64aa0927fd674b45bbf6211e3ba6b44e1e..6aed35ac91461acc4b1e486d413862a722f0b048 100644 (file)
@@ -6,7 +6,7 @@
     <!-- optional: credentials to send to web server -->
     <!--    <param name="cred" value="user:pass"/> -->
 
-    <!-- the total number of retries (not counting the first 'try') to post to webserver incase of failure -->
+    <!-- the total number of retries (not counting the first 'try') to post to webserver in case of failure -->
     <!-- <param name="retries" value="2"/> -->
 
     <!-- delay between retries in seconds, default is 5 seconds -->
index 560b3023bb52e2acd04a29aae7a56dd3d33098fc..6290dd53b0f68051f5fa957dc352e1760ef3ce1f 100644 (file)
@@ -2,7 +2,7 @@
     NOTICE:
     
     This context is usually accessed via authenticated callers on the sip profile on port 5060 
-    or transfered callers from the public context which arrived via the sip profile on port 5080.
+    or transferred callers from the public context which arrived via the sip profile on port 5080.
     
     Authenticated users will use the user_context variable on the user to determine what context
     they can access.  You can also add a user in the directory with the cidr= attribute acl.conf.xml
     </extension>
 
     <!-- Create a conference on the fly and pull someone in at the same time. --> 
-    <extension name="dyanmic conference">
+    <extension name="dynamic conference">
       <condition field="destination_number" expression="^5001$">
        <action application="conference" data="bridge:mydynaconf:sofia/${use_profile}/1234@conference.freeswitch.org"/>
       </condition>
index 1ccd675d756c0f483ac65e8f116973b4c91c27f8..0641df764ed1d4b44f91aaa90983bd2f68d93d00 100644 (file)
@@ -64,7 +64,7 @@
       <!-- Override the default path here, after which you use relative paths in the other sound params -->
       <!-- Note: The default path is the conference's first caller's sound_prefix -->
       <!--<param name="sound-prefix" value="$${sound_prefix}"/>-->
-      <!-- File to play to acknowledge succees -->
+      <!-- File to play to acknowledge success -->
       <!--<param name="ack-sound" value="beep.wav"/>-->
       <!-- File to play to acknowledge failure -->
       <!--<param name="nack-sound" value="beeperr.wav"/>-->
index f70416bc66974fdace91147b48614f990a3f0a21..f9556d3c78c6dbf399ba51e9561d348de2008411 100644 (file)
@@ -10,7 +10,7 @@
 
     2) copy conf/config.FS0 to /var/spool/hylafax/etc (or wherver the appropriate dir is on your system)
 
-    Subsequent modem configs would incrment the 0 to 1 and so on.
+    Subsequent modem configs would increment the 0 to 1 and so on.
 
 -->
       <param name="total-modems" value="0"/>
index f1d4cff3769ec2953a100190d413ee88007ee809..c5dc90b5de38935accdd9c4a3adb27c73ae03100 100644 (file)
@@ -63,7 +63,7 @@ The format of debian/modules.conf is:
 Building the Debian packaging
 -----------------------------
 
-If you want actualy Debian binary or source packages to upload to your
+If you want actually Debian binary or source packages to upload to your
 own repository, you'll need to build them as described here.  We have
 some fancy automatic tools to accomplish this.  The tools allow you to
 start from a very bare Debian image and generate working packages.
index 75e6e02dae417e359fe4b765dd1908d69f751131..25ffe1a85fe039e1b6f5ae1aca1e141a651c2090 100644 (file)
@@ -70,7 +70,7 @@ systemd enable freeswitch-docker.service
 
 .bashrc file
 ------------
-To simplify freeswitch managment you can add alias for ```fs_cli``` to ```.bashrc``` file as example bellow.
+To simplify freeswitch management you can add alias for ```fs_cli``` to ```.bashrc``` file as example bellow.
 ```sh
 alias fs_cli='docker exec -i -t freeswitch /usr/bin/fs_cli'
 ```
index f3e0519f2388f0274f9fbb5ba747599cf0bb417a..030ee543ad9f336b39482303335094aa713a6015 100755 (executable)
@@ -43,7 +43,7 @@ wget_helper() {
     local SOUND_FILE=$1
     grep -q $SOUND_FILE /usr/share/freeswitch/sounds/soundfiles_present.txt 2> /dev/null
     if [ "$?" -eq 0 ]; then
-        echo "Skiping download of $SOUND_FILE. Already present"
+        echo "Skipping download of $SOUND_FILE. Already present"
         return
     fi
     wget $BASEURL/$SOUND_FILE
@@ -99,7 +99,7 @@ SOUND_RATES=$(echo "$SOUND_RATES" | sed -e 's/:/\n/g')
 SOUND_TYPES=$(echo "$SOUND_TYPES" | sed -e 's/:/\n/g')
 
 if [ -z "$SOUND_RATES" -o -z "$SOUND_TYPES" ]; then
-       echo "Environment variables 'SOUND_RATES' or 'SOUND_TYPES' not defined. Skiping sound files checking."
+       echo "Environment variables 'SOUND_RATES' or 'SOUND_TYPES' not defined. Skipping sound files checking."
 else
        download_sound_types
        extract_sound_files
index 692a9f9e6c6b2c9974a3412961dca508ff60511a..5df2a2bcb2a31689f536f1861b808e20d504c63b 100644 (file)
@@ -278,10 +278,10 @@ TYPEDEF_HIDES_STRUCT   = NO
 # For small to medium size projects (<1000 input files) the default value is
 # probably good enough. For larger projects a too small cache size can cause
 # doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
+# causing a significant performance penalty.
 # If the system has enough physical memory increasing the cache will improve the
 # performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
 # memory usage. The cache size is given by this formula:
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
index 463718289f24e9393785c99bcabd2e8f76a963ff..088147652cade759c66857fe1fe52574451119e8 100644 (file)
@@ -8,9 +8,9 @@ language.  If you are capable of recording each language please do so and
 contribute them to the project.  As phrases are added, the files will need to be
 updated for the respective phrase_xx.xml file.
 make_checks.sh - script to compare phrase_en.xml with other language xml files.
-Script output contans prompt elements with attributes:
+Script output contains prompt elements with attributes:
 translated - value 'false' or not displayed;
-transpated-to - tranlation value if exists;
+translated-to - translation value if exists;
 more-then-one-translation - displayed if exist two or more for given wav file.
 
 How can you contribute?
index 72e6105987e852a9b87e48e58edeb268b0dcc23b..17bf93fa092e5021a1fa7952d20bc937e46a6433 100755 (executable)
@@ -3,13 +3,13 @@ SAXON_JAR=/usr/share/java/saxon9he.jar
 XML=$1
 
 if  [ ! -f "$SAXON_JAR" ]; then
-       echo "Please update 'SAXON_JAR' varaiable value to location of SAXON jar"
+       echo "Please update 'SAXON_JAR' variable value to location of SAXON jar"
        exit -1
 fi
 
 if [ -z "$XML" ]; then
        echo "Error: Please enter xml file name that must be ckecked."
-       echo "Exmple: make_checks.sh phrase_es_ES.xml > comparison_result.xml"
+       echo "Example: make_checks.sh phrase_es_ES.xml > comparison_result.xml"
        exit -1
 fi
 
index dfd71f5429391644a274cb5cef3a21e283c02fde..4cf49c211895b557cd98bf109f9d28c02506bc94 100644 (file)
@@ -296,7 +296,7 @@ Group:          System/Libraries
 Requires:       %{name} = %{version}-%{release}
 
 %description application-directory
-Provides FreeSWITCH mod_directory, a dial by name directory application. 
+Provides FreeSWITCH mod_directory, a dial by name directory application.
 
 %package application-distributor
 Summary:       FreeSWITCH mod_distributor
@@ -304,7 +304,7 @@ Group:          System/Libraries
 Requires:       %{name} = %{version}-%{release}
 
 %description application-distributor
-Provides FreeSWITCH mod_distributor, a simple round-robbin style distribution 
+Provides FreeSWITCH mod_distributor, a simple round-robin style distribution
 to call gateways.
 
 %package application-easyroute
@@ -461,7 +461,7 @@ Group:          System/Libraries
 Requires:       %{name} = %{version}-%{release}
 
 %description application-rad_auth
-Provides FreeSWITCH mod_rad_auth, authetication via RADIUS protocol from FreeSWITCH dialplan
+Provides FreeSWITCH mod_rad_auth, authentication via RADIUS protocol from FreeSWITCH dialplan
 
 %package application-redis
 Summary:       FreeSWITCH mod_redis
@@ -839,7 +839,7 @@ XMPP support for FreeSWITCH open source telephony platform. Allows FreeSWITCH
 to be used as a client for GoogleTalk or other XMPP Servers.
 
 #%package endpoint-gsmopen
-#Summary:        Generic GSM enpoint support for FreeSWITCH open source telephony platform
+#Summary:        Generic GSM endpoint support for FreeSWITCH open source telephony platform
 #Group:          System/Libraries
 #Requires:       %{name} = %{version}-%{release}
 #
@@ -849,12 +849,12 @@ to be used as a client for GoogleTalk or other XMPP Servers.
 #SMS is handled via the standard CHAT API in FreeSWITCH.
 
 #%package endpoint-h323
-#Summary:        H.323 enpoint support for FreeSWITCH open source telephony platform
+#Summary:        H.323 endpoint support for FreeSWITCH open source telephony platform
 #Group:          System/Libraries
 #Requires:       %{name} = %{version}-%{release}
 #
 #%description endpoint-h323
-#H.323 enpoint support for FreeSWITCH open source telephony platform
+#H.323 endpoint support for FreeSWITCH open source telephony platform
 
 #%package endpoint-khomp
 #Summary:        khomp endpoint support for FreeSWITCH open source telephony platform
@@ -1170,7 +1170,7 @@ Requires: %{name} = %{version}-%{release}
 ######################################################################################################################
 
 %package lang-en
-Summary:       Provides english language dependand modules and speech config for the FreeSWITCH Open Source telephone platform.
+Summary:       Provides english language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
 Group:          System/Libraries
 Requires:        %{name} = %{version}-%{release}
 
@@ -1178,7 +1178,7 @@ Requires:        %{name} = %{version}-%{release}
 English language phrases module and directory structure for say module and voicemail
 
 %package lang-ru
-Summary:        Provides russian language dependand modules and speech config for the FreeSWITCH Open Source telephone platform.
+Summary:        Provides russian language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
 Group:          System/Libraries
 Requires:        %{name} = %{version}-%{release}
 
@@ -1218,12 +1218,12 @@ Requires:        %{name} = %{version}-%{release}
 Spanish language phrases module and directory structure for say module and voicemail
 
 %package lang-pt
-Summary:        Provides Portugese language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
+Summary:        Provides Portuguese language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
 Group:          System/Libraries
 Requires:        %{name} = %{version}-%{release}
 
 %description lang-pt
-Portugese language phrases module and directory structure for say module and voicemail
+Portuguese language phrases module and directory structure for say module and voicemail
 
 %package lang-sv
 Summary:        Provides Swedish language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
@@ -1982,7 +1982,7 @@ fi
 %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/directory/*.xml
 %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/directory/default/*
 ######################################################################################################################
-#                                                      IVR Menues
+#                                                      IVR Menus
 ######################################################################################################################
 %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/ivr_menus/*.xml
 ######################################################################################################################
@@ -2557,7 +2557,7 @@ fi
 * Wed Jun 19 2013 - krice@freeswitch.org
 - tweak files included for vanilla configs
 * Wed Sep 19 2012 - krice@freeswitch.org
-- Add support for Spanish and Portugese say language modules
+- Add support for Spanish and Portuguese say language modules
 * Thu Jan 26 2012 - krice@freeswitch.org
 - complete rework of spec file
 * Tue Jun 14 2011 - michal.bielicki@seventhsignal.de
@@ -2576,7 +2576,7 @@ fi
 - fixes for ss7 freetdm modules
 - added mod_opus
 - added selector for sangoma modules
-- addded python esl module to rpm
+- added python esl module to rpm
 - some minor cleanups
 - cut sangoma modules into separate rpms as addons for freetdm
 * Tue Jan 18 2011 - michal.bielicki@seventhsignal.de
@@ -2594,7 +2594,7 @@ fi
 - added mod_nibblebill to standard modules
 * Sun Sep 26 2010 - michal.bielicki@seventhsignal.de
 - added portaudio_stream module
-- some more formating work
+- some more formatting work
 * Mon Jul 19 2010 - michal.bielicki@seventhsignal.de
 - new hash module config file added to freeswitch.spec
 * Mon Jul 19 2010 - michal.bielicki@seventhsignal.de
@@ -2607,7 +2607,7 @@ fi
 - Added Contributors
 - Added Anthony's copyright for the whole package into the header
 * Tue Jun 22 2010 - michal.bielicki@seventhsignal.de
-- Reorganized the modules alphabeticaly
+- Reorganized the modules alphabetically
 - synced SFEopensolaris and centos spec
 - started to fix Run Dependencies
 - added mod_say_ru which seemd to have gone missing
@@ -2619,7 +2619,7 @@ fi
 - replaced mod_limit with mod_db
 - added mod_spy
 - added mod_valet_parking
-- addded mod_memcache
+- added mod_memcache
 - added mod_distributor
 - added mod_avmd
 * Thu Apr 29 2010 - michal.bielicki@seventhsignal.de
@@ -2639,7 +2639,7 @@ fi
 * Sat Nov 21 2009 - michal.bielicki@seventhsignal.de
 - added patch by Igor Neves <neves.igor@gmail.com>: Added some checkup in %post and %postun to prevent upgrades from removing freeswitch user
 * Wed Nov 18 2009 - michal.bielicki@seventhsignal.de
-- added new config files for diretory and distributor
+- added new config files for directory and distributor
 - removed sangoma boost from openzap for builds that do not inherit wanpipe while building.
 * Fri Jul 24 2009 - mike@jerris.com
 - removed mod_http
@@ -2704,7 +2704,7 @@ fi
 - fixed odbc requirements
 - added all buildable modules
 - added redhat style init file
-- splitted off language dependant stuff into separate language files
+- split off language dependent stuff into separate language files
 - disable non complete language modules
 * Tue Apr 24 2007 - peter+rpmspam@suntel.com.tr
 - Added a debug package
index aca5eff198fe49c78754a832c4eef8287397316f..66742f2c78637d3c310c7cf9c4835fdf4e85d610 100644 (file)
              <item row="10" column="0" colspan="2">
               <widget class="QLabel" name="label_47">
                <property name="text">
-                <string>Noise Supressor</string>
+                <string>Noise Suppressor</string>
                </property>
               </widget>
              </item>
index 21a6af38affb816ecb5a31eae12460812e5a08be..6d67ccdad4002a409bc113ad30e0227a9e5b32f0 100644 (file)
@@ -333,7 +333,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_config_parse_event(switch_event_t *ev
                                } else if (value && switch_false(value)) {
                                        newval = SWITCH_FALSE;
                                } else if (value) {
-                                       /* Value isnt true or false */
+                                       /* Value isn't true or false */
                                        newval = (switch_bool_t) (intptr_t) item->defaultvalue;
                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid value [%s] for parameter [%s], setting default [%s]\n",
                                                                          value, item->key, newval ? "true" : "false");
index 63372ff5e721a28cad859a785ecbc9b9f3793ac1..2fce09dc135b9d29ce87af5a41c06d14709f800b 100644 (file)
       <param name="dec-threads" value="cpu/2/4"/>
       <param name="enc-threads" value="cpu/2/4"/>
       <param name="g-profile" value="2"/>
-      <!-- DEFULT | PARTITIONS -->
+      <!-- DEFAULT | PARTITIONS -->
       <param name="g-error-resilient" value="PARTITIONS"/>
       <!-- ONE_PASS, FIRST_PASS, LAST_PASS"/> -->
       <!-- <param name="g-pass" value="ONE_PASS"/> -->
index 7c587c62d65273d06d3c05a5491b26c7cad5401e..3d5da69590b7e2468abf0af41a75c2b512ca8107 100644 (file)
@@ -57,7 +57,7 @@
        <PropertyGroup>
                <!-- GitVersionFile allows overriding tags/branch names as a source for base version information -->
                <GitVersionFile Condition="'$(GitVersionFile)' == ''">GitInfo.txt</GitVersionFile>
-               <!-- Default the lookup directory to the project directory unless overriden -->
+               <!-- Default the lookup directory to the project directory unless overridden -->
                <GitInfoBaseDir Condition="'$(GitInfoBaseDir)' == ''">$(MSBuildProjectDirectory)</GitInfoBaseDir>
                <!-- Look it upwards and grab the first one we find. -->
                <GitVersionFile Condition="'$([MSBuild]::GetDirectoryNameOfFileAbove($(GitInfoBaseDir), $(GitVersionFile)))' != ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(GitInfoBaseDir), $(GitVersionFile)))\$(GitVersionFile)</GitVersionFile>