From 5cbbac6b43c73c7cf0cdb37de3e7740c02becef8 Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 18 Oct 2015 00:30:29 +0800 Subject: [PATCH] fix typo --- reader.lua | 2 +- utils/{kobo_touch_proble.lua => kobo_touch_probe.lua} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename utils/{kobo_touch_proble.lua => kobo_touch_probe.lua} (98%) 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