From 10d64af8f4d1369f51b13ccc059ecc5087a1f738 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 14 May 2024 19:22:22 +0200 Subject: [PATCH] Comment typo --- frontend/device/kobo/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/device/kobo/device.lua b/frontend/device/kobo/device.lua index 0059f2b05..b9ce0a4ae 100644 --- a/frontend/device/kobo/device.lua +++ b/frontend/device/kobo/device.lua @@ -859,7 +859,7 @@ function Kobo:init() -- Auto-detect input devices (via FBInk's fbink_input_scan) local ok, FBInkInput = pcall(ffi.load, "fbink_input") if not ok then - -- NOP fallback foir the testsuite... + -- NOP fallback for the testsuite... FBInkInput = { fbink_input_scan = NOP } end local dev_count = ffi.new("size_t[1]")