luci-app-dump1090: Fix typo of a dumb option 2226/head
authoryangfl <yangfl@users.noreply.github.com>
Sat, 18 Aug 2018 04:21:21 +0000 (12:21 +0800)
committeryangfl <yangfl@users.noreply.github.com>
Fri, 12 Oct 2018 15:28:18 +0000 (23:28 +0800)
Option `aggressive` is supported by dump1090 binary, but oddly missing in
dump1090.init. Nevertheless, neither of them support the wrong
`agressive`.

Signed-off-by: David Yang <mmyangfl@gmail.com>
applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua

index 4470a0d2f0fab385a22bc652ef249ea5f2c4a0a4..51b2d20a4f4fb124d53556ef17ec3e78527bb17a 100644 (file)
@@ -136,8 +136,8 @@ no_crc_check.default = false
 phase_enhance=s:option(Flag, "phase_enhance", translate("Enable phase enhancement"))
 phase_enhance.default = false
 
-agressive=s:option(Flag, "agressive", translate("More CPU for more messages"))
-agressive.default = false
+aggressive=s:option(Flag, "aggressive", translate("More CPU for more messages"))
+aggressive.default = false
 
 mlat=s:option(Flag, "mlat", translate("Display raw messages in Beast ascii mode"))
 mlat.default = false