Skip to content

Commit

Permalink
Fixes a typo, it is interface not inerface...
Browse files Browse the repository at this point in the history
Thanks to Kevin for finding and reporting this!

Signed-off-by: Sebastian Moeller <[email protected]>
  • Loading branch information
moeller0 committed Jun 20, 2018
1 parent 4b50643 commit e8021be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luci/sqm-cbi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ul = s:taboption("tab_basic", Value, "upload", translate("Upload speed (kbit/s)
ul.datatype = "and(uinteger,min(0))"
ul.rmempty = false

dbl = s:taboption("tab_basic", Flag, "debug_logging", translate("Create log file for this SQM instance under /var/run/sqm/${Inerface_name}.debug.log. Make sure to delete log files manually."))
dbl = s:taboption("tab_basic", Flag, "debug_logging", translate("Create log file for this SQM instance under /var/run/sqm/${Interface_name}.debug.log. Make sure to delete log files manually."))
dbl.rmempty = false


Expand Down

0 comments on commit e8021be

Please sign in to comment.