From 3f6f25f2b0071ad22cfd498da31c4603f47423eb Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 12 Feb 2024 00:15:46 +0100 Subject: luci-app-keepalived: drive-by fixes Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/keepalived/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js') diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js index cf2454c7d4..d83c5543a6 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js @@ -16,7 +16,7 @@ return view.extend({ var s, o; s = m.section(form.GridSection, 'route', _('Routes'), - _('Routes would be refereenced into Static and Virtual Routes of VRRP instances')); + _('Routes would be referenced into Static and Virtual Routes of VRRP instances')); s.anonymous = true; s.addremove = true; s.nodescriptions = true; -- cgit v1.2.3