applications/luci-app-ddns: Fix typos (found by codespell)
[project/luci.git] / applications / luci-app-ddns / luasrc / model / cbi / ddns / overview.lua
index e6da7cc..9a989ba 100644 (file)
@@ -41,7 +41,7 @@ m.on_after_commit = function(self)
        end
 end
 
--- SimpleSection definiton -- ##################################################
+-- SimpleSection definition -- ##################################################
 -- with all the JavaScripts we need for "a good Show"
 a = m:section( SimpleSection )
 a.template = "ddns/overview_status"