treewide: Fix typos in comments
[project/luci.git] / applications / luci-app-asterisk / luasrc / view / asterisk / dialzones.htm
index e48da608a672cbdaa25fca27fae09392da5a848c..3cbc5002be4f74ca70d6dbd0b1b97df7dc448741 100644 (file)
@@ -49,7 +49,6 @@
 
 <form method="post" action="<%=url('admin/asterisk/dialplans/zones')%>" enctype="multipart/form-data">
        <div>
-               <script type="text/javascript" src="/luci-static/resources/cbi.js"></script>
                <input type="hidden" name="cbi.submit" value="1" />
                <input type="submit" value="Save" class="hidden" />
        </div>
                        <div class="cbi-section-create cbi-tblsection-create" style="padding: 3px">
                                <h3>Create a new dialzone</h3>
                                The name is required and must be unique. It may only contain the characters A-Z, a-z, 0-9 and _ .<br />
-                               You can specifiy multiple number matches by separating them with spaces.<br />
+                               You can specify multiple number matches by separating them with spaces.<br />
 
                                <%- if create_error then %>
                                        <br /><span style="color:red">Invalid name given!</span><br />