treewide: Fix typos in comments
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / functions.sh
index b0f6cb291ea6b844f52f8bc0dfe5085ae787e5f5..0b99530a57561af92efa0fe65aa8294bd5e78a9a 100644 (file)
@@ -46,7 +46,7 @@ set_defaults() {
                b="${b//_/ }"
                string_contains "$a" "_LENGTH" && continue
                string_contains "$a" "_ITEM" && {
-                   # special threatment for lists. use add_list and remove the
+                   # special treatment for lists. use add_list and remove the
                    # item index (_ITEMx).
                    uci add_list $2.${a//_ITEM[0-9]*/}="$b"
                } || {