summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js
diff options
context:
space:
mode:
authorSergio E. Nemirowski <sergio@outerface.net>2020-11-22 18:29:24 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2020-11-22 17:35:11 +0200
commit0f3f464adc9e24646638aa5d71edb995a352dec5 (patch)
treefdf725dd19688aeb2b8dad2f5814188ccea8c187 /protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js
parenta124005cfe105ae24e6dc654f84f1c12da1b10cd (diff)
optinal -> optional typo fix
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
Diffstat (limited to 'protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js')
-rw-r--r--protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js2
1 files changed, 1 insertions, 1 deletions
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';