From 1f9b963e769c2749297d5012981d9f0b843b4f0e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 22 Nov 2018 10:10:53 -0700 Subject: [PATCH] Fix typo --- core/scanner_tossers/ftn_bso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scanner_tossers/ftn_bso.js b/core/scanner_tossers/ftn_bso.js index e2260d93..3292588d 100644 --- a/core/scanner_tossers/ftn_bso.js +++ b/core/scanner_tossers/ftn_bso.js @@ -1746,7 +1746,7 @@ function FTNMessageScanTossModule() { } return callback(null, localInfo); // continue even if we couldn't find an old match }); - } else if(fileIds.legnth > 1) { + } else if(fileIds.length > 1) { return callback(Errors.General(`More than one existing entry for TIC in ${localInfo.areaTag} ([${fileIds.join(', ')}])`)); } else { return callback(null, localInfo);