treewide: Fix typos in comments

Signed-off-by: David Yang <mmyangfl@gmail.com>
This commit is contained in:
yangfl
2018-08-18 12:21:21 +08:00
parent 24d1e7608b
commit 401382a459
38 changed files with 80 additions and 80 deletions

View 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"
} || {