russell: trunk r160 - /trunk/config/trunks.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Sun Dec 10 23:40:59 MST 2006


Author: russell
Date: Mon Dec 11 00:40:58 2006
New Revision: 160

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=160
Log:
Fix a spelling mistake.  (issue #8561, payne92)

Modified:
    trunk/config/trunks.html

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=160&r1=159&r2=160
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Mon Dec 11 00:40:58 2006
@@ -400,7 +400,7 @@
 		var newRow = $('serviceproviderstable').insertRow(-1);
 		var newCell0 = newRow.insertCell(0);
 		newCell0 .align = "center";
-		newCell0 .innerHTML = "<BR>A <I>Serive Provider</I> is not defined<BR><BR> Please click on the 'Add Service Provider' button<BR> to add a service provider<BR><BR>" ;
+		newCell0 .innerHTML = "<BR>A <I>Service Provider</I> is not defined<BR><BR> Please click on the 'Add Service Provider' button<BR> to add a service provider<BR><BR>" ;
 		return true;
 	}
 
@@ -621,4 +621,4 @@
 <tr><td></td><td align="center"><input type='button' id='save' value='Save' class="buttonbold">&nbsp;<input type='button' id='cancel' value='Cancel' class="buttonbold"></td></tr>
 </table>
 </div>
-</body>
+</body>



More information about the asterisk-gui-commits mailing list