documentation: Fix typos (found by codespell)
[project/luci.git] / documentation / api / modules / luci.ip.cidr.html
index 2bd3400..ce8c567 100644 (file)
        </li>
 
        <li>
        </li>
 
        <li>
+               <a href="../modules/luci.http.html">luci.http</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.http.protocol.html">luci.http.protocol</a>
        </li>
 
                <a href="../modules/luci.http.protocol.html">luci.http.protocol</a>
        </li>
 
        <li><strong>luci.ip.cidr</strong></li>
        
        <li>
        <li><strong>luci.ip.cidr</strong></li>
        
        <li>
+               <a href="../modules/luci.json.html">luci.json</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.jsonc.html">luci.jsonc</a>
        </li>
 
                <a href="../modules/luci.jsonc.html">luci.jsonc</a>
        </li>
 
        </li>
 
        <li>
        </li>
 
        <li>
+               <a href="../modules/luci.model.ipkg.html">luci.model.ipkg</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.model.uci.html">luci.model.uci</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.rpcc.html">luci.rpcc</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.rpcc.ruci.html">luci.rpcc.ruci</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.sys.html">luci.sys</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.sys.init.html">luci.sys.init</a>
        </li>
 
                <a href="../modules/luci.sys.init.html">luci.sys.init</a>
        </li>
 
        </li>
 
        <li>
        </li>
 
        <li>
+               <a href="../modules/luci.util.html">luci.util</a>
+       </li>
+
+       <li>
                <a href="../modules/nixio.html">nixio</a>
        </li>
 
                <a href="../modules/nixio.html">nixio</a>
        </li>
 
@@ -308,7 +340,7 @@ Add given amount to CIDR instance.</td>
        <td class="name" nowrap><a href="#cidr.sub">cidr:sub</a>&nbsp;(amount, inplace)</td>
        <td class="summary">
  
        <td class="name" nowrap><a href="#cidr.sub">cidr:sub</a>&nbsp;(amount, inplace)</td>
        <td class="summary">
  
-Substract given amount from CIDR instance.</td>
+Subtract given amount from CIDR instance.</td>
        </tr>
 
        <tr>
        </tr>
 
        <tr>
@@ -1050,7 +1082,7 @@ print(addr)                  -- "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/64"</pr
 
 <h3>Return value:</h3>
 <ul> 
 
 <h3>Return value:</h3>
 <ul> 
-       <li>When adding inplace: Return <code>true</code> if the addition succeded 
+       <li>When adding inplace: Return <code>true</code> if the addition succeeded
            or <code>false</code> when the addition overflowed.</li> 
        <li>When deriving new CIDR: Return new instance representing the value of 
         this instance plus the added amount or the highest possible address if 
            or <code>false</code> when the addition overflowed.</li> 
        <li>When deriving new CIDR: Return new instance representing the value of 
         this instance plus the added amount or the highest possible address if 
@@ -1067,7 +1099,7 @@ print(addr)                  -- "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/64"</pr
 <dd>
 
  
 <dd>
 
  
-Substract given amount from CIDR instance. If the result would under, the lowest 
+Subtract given amount from CIDR instance. If the result would under, the lowest
 possible address is returned. 
 
 
 possible address is returned. 
 
 
@@ -1116,11 +1148,11 @@ print(addr)                  -- "::/64"</pre>
 
 <h3>Return value:</h3>
 <ul> 
 
 <h3>Return value:</h3>
 <ul> 
-       <li>When substracting inplace: Return <code>true</code> if the substraction 
-           succeded or <code>false</code> when the substraction underflowed.</li> 
+       <li>When subtracting inplace: Return <code>true</code> if the subtraction
+           succeeded or <code>false</code> when the subtraction underflowed.</li>
        <li>When deriving new CIDR: Return new instance representing the value of 
        <li>When deriving new CIDR: Return new instance representing the value of 
-        this instance minus the substracted amount or the lowest address if 
-           the substraction underflowed.</li></ul>
+        this instance minus the subtracted amount or the lowest address if
+           the subtraction underflowed.</li></ul>