luci-base: increase max size of network dropdowns
[oweals/luci.git] / modules / luci-base / luasrc / util.lua
index f16b3afb2e236ef3489cb58b14ab9e1cf893c2d7..1a329f3f20eaec2dda2e097dd11af5a4cef0aebc 100644 (file)
@@ -262,7 +262,7 @@ end
 
 -- 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.
+-- will result in a valid iterator which aborts with the first invocation.
 function imatch(v)
        if type(v) == "table" then
                local k = nil