treewide: Fix typos in comments
[project/luci.git] / applications / luci-app-statistics / luasrc / controller / luci_statistics / luci_statistics.lua
index ec26f02d0db9e46bfe882cb37e2ed8d7292fff63..de7bdbadfe9a12617fdb2fa70a0a599ac168f255 100644 (file)
@@ -10,7 +10,7 @@ function index()
        require("luci.util")
        require("luci.statistics.datatree")
 
-       -- override entry(): check for existance <plugin>.so where <plugin> is derived from the called path
+       -- override entry(): check for existence <plugin>.so where <plugin> is derived from the called path
        function _entry( path, ... )
                local file = path[5] or path[4]
                if nixio.fs.access( "/usr/lib/collectd/" .. file .. ".so" ) then