luci-app-firewall: redirect to overview page on zone details save
[project/luci.git] / applications / luci-app-firewall / luasrc / model / cbi / firewall / custom.lua
index 2b3cee3..21a1b27 100644 (file)
@@ -5,7 +5,7 @@ local fs = require "nixio.fs"
 
 local f = SimpleForm("firewall",
        translate("Firewall - Custom Rules"),
-       translate("Custom rules allow you to execute arbritary iptables commands \
+       translate("Custom rules allow you to execute arbitrary iptables commands \
                which are not otherwise covered by the firewall framework. \
                The commands are executed after each firewall restart, right after \
                the default ruleset has been loaded."))