mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix KOReader spelling in the code (#12670)
This commit is contained in:
@@ -1379,7 +1379,7 @@ end
|
||||
|
||||
local function all_matches(boxes, plist, case_insensitive)
|
||||
local pnb = #plist
|
||||
-- return mached word indices from index i, j
|
||||
-- return matched word indices from index i, j
|
||||
local function match(i, j)
|
||||
local pindex = 1
|
||||
local matched_indices = {}
|
||||
|
||||
Reference in New Issue
Block a user