From 0f3f464adc9e24646638aa5d71edb995a352dec5 Mon Sep 17 00:00:00 2001 From: "Sergio E. Nemirowski" Date: Sun, 22 Nov 2020 18:29:24 +0300 Subject: optinal -> optional typo fix Signed-off-by: Sergio E. Nemirowski --- .../luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js') diff --git a/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js b/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js index bf3eead669..6203f83557 100644 --- a/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js +++ b/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js @@ -100,7 +100,7 @@ return network.registerProtocol('grev6tap', { o.optional = true; o.datatype = 'integer'; - o = s.taboption('advanced', form.Value, 'okey', _("Outgoing key"), _("Key for outgoing packets (optinal).")); + o = s.taboption('advanced', form.Value, 'okey', _("Outgoing key"), _("Key for outgoing packets (optional).")); o.optional = true; o.datatype = 'integer'; -- cgit v1.2.3