pari: branch 2.0 r4114 - in /branches/2.0/config: index.html misdn.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Nov 14 17:26:30 CST 2008


Author: pari
Date: Fri Nov 14 17:26:29 2008
New Revision: 4114

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4114
Log:
 minor typos


Modified:
    branches/2.0/config/index.html
    branches/2.0/config/misdn.html

Modified: branches/2.0/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/index.html?view=diff&rev=4114&r1=4113&r2=4114
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Fri Nov 14 17:26:29 2008
@@ -63,9 +63,9 @@
 		'g729' : 'G.729'
 	},
 	FileCache:{}, // Object to Cache config files .. sessionData.FileCache['users.conf'].content , sessionData.FileCache['users.conf'].modified
-	FXO_PORTS_DETECTED : [], // so that we donot have to parse ztscan output each time where we want this list
+	FXO_PORTS_DETECTED : [], // so that we do not have to parse ztscan output each time where we want this list
 				// sessionData.FXO_PORTS_DETECTED
-	FXS_PORTS_DETECTED : [], // so that we donot have to parse ztscan output each time where we want this list
+	FXS_PORTS_DETECTED : [], // so that we do not have to parse ztscan output each time where we want this list
 				// note that the above FXO_PORTS_DETECTED, FXS_PORTS_DETECTED are the actual analog FXS, FXO ports
 				// and NOT the channels on a digital span with FXS or FXO signalling
 	DEBUG_LOG : [], // all the debug log messages will be stored in this array (If debug mode is enabled)

Modified: branches/2.0/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/misdn.html?view=diff&rev=4114&r1=4113&r2=4114
==============================================================================
--- branches/2.0/config/misdn.html (original)
+++ branches/2.0/config/misdn.html Fri Nov 14 17:26:29 2008
@@ -327,7 +327,7 @@
 	for( var k in mISDNTRUNKS ){ if( mISDNTRUNKS.hasOwnProperty(k) ){ addrow_totable(k); }}
 	if(tbl.rows.length == 1){
 		tbl.style.display = 'none';
-		_$('div_noTrunks').innerHTML = '<BR><BR>You donot have any mISDN trunks defined';
+		_$('div_noTrunks').innerHTML = '<BR><BR>You do not have any mISDN trunks defined';
 	}else{
 		tbl.style.display = '';
 		_$('div_noTrunks').innerHTML = '<BR>List of mISDN Service providers (trunks)';




More information about the asterisk-gui-commits mailing list