From 10c883e8689befe6e981629e8165ac24cbea6992 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 12 Jul 2021 14:57:59 +0100 Subject: [PATCH] Update zimArchive.js Former-commit-id: 794b694b8e192788c8ec8db9b79ff31984d84324 [formerly c6713c9fce8c09f1294825c73ff650b72768bf01 [formerly 1535956821aed17b823fb471cfd66c6dddf1b1d0]] Former-commit-id: f23e5d5d47520764d57c1b5b6afa3bd556b9313d Former-commit-id: ebb3ac36a71fa5eeeaa24723435e0b2fc2434d62 --- www/js/lib/zimArchive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/lib/zimArchive.js b/www/js/lib/zimArchive.js index ce759ba4..a0f64aae 100644 --- a/www/js/lib/zimArchive.js +++ b/www/js/lib/zimArchive.js @@ -306,7 +306,7 @@ define(['zimfile', 'zimDirEntry', 'util', 'utf8'], if (search.status === 'cancelled' || index >= firstIndex + searchWindow || index >= articleCount || lastTitle && !~lastTitle.indexOf(prefix) || search.found >= search.resultSize) { var cnt = index - firstIndex; - if (cnt) console.debug('Sacnned ' + cnt + ' titles for "' + prefix + '"'); + if (cnt) console.debug('Scanned ' + cnt + ' titles for "' + prefix + '"'); return { 'dirEntries': dirEntries, 'nextStart': index