summaryrefslogtreecommitdiffhomepage
path: root/documentation/api/modules/luci.util.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/api/modules/luci.util.html')
-rw-r--r--documentation/api/modules/luci.util.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/api/modules/luci.util.html b/documentation/api/modules/luci.util.html
index d3d45a180..f8baddf41 100644
--- a/documentation/api/modules/luci.util.html
+++ b/documentation/api/modules/luci.util.html
@@ -405,7 +405,7 @@ containing the resulting substrings.</td>
<td class="name" nowrap><a href="#strip_bytecode">strip_bytecode</a>&nbsp;(code)</td>
<td class="summary">
-Strips unnescessary lua bytecode from given string.</td>
+Strips unnecessary lua bytecode from given string.</td>
</tr>
<tr>
@@ -963,7 +963,7 @@ Return a matching iterator for the given value.
The iterator will return one token per invocation, the tokens are separated by
whitespace. If the input value is a table, it is transformed into a string first.
-A nil value will result in a valid interator which aborts with the first invocation.
+A nil value will result in a valid iterator which aborts with the first invocation.
@@ -1493,7 +1493,7 @@ Table containing the resulting substrings
<dd>
-Strips unnescessary lua bytecode from given string.
+Strips unnecessary lua bytecode from given string.
Information like line numbers and debugging numbers will be discarded.
Original version by Peter Cawley (http://lua-users.org/lists/lua-l/2008-02/msg01158.html)