mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user