diff --git a/reader.lua b/reader.lua index f508f2852..e42cfa6cc 100755 --- a/reader.lua +++ b/reader.lua @@ -122,7 +122,7 @@ if Device:isKobo() then -- powerd:setIntensity(intensity) end if Device:getCodeName() == "trilogy" then - require("utils/kobo_touch_proble") + require("utils/kobo_touch_probe") end end diff --git a/utils/kobo_touch_proble.lua b/utils/kobo_touch_probe.lua similarity index 98% rename from utils/kobo_touch_proble.lua rename to utils/kobo_touch_probe.lua index 227883db5..1671ba69e 100755 --- a/utils/kobo_touch_proble.lua +++ b/utils/kobo_touch_probe.lua @@ -1,5 +1,5 @@ -- touch probe utility --- usage: ./luajit util/kobo_touch_proble.lua +-- usage: ./luajit util/kobo_touch_probe.lua require "defaults" package.path = "common/?.lua;rocks/share/lua/5.1/?.lua;frontend/?.lua;" .. package.path