From cde329b4390caf985325e1eb66175e7d6aad4b3c Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 10 Dec 2018 21:54:59 -0700 Subject: [PATCH] Spelling --- core/file_base_area.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/file_base_area.js b/core/file_base_area.js index 293ab265..95040791 100644 --- a/core/file_base_area.js +++ b/core/file_base_area.js @@ -239,7 +239,7 @@ function getExistingFileEntriesBySha256(sha256, cb) { ); } -// :TODO: This is bascially sliceAtEOF() from art.js .... DRY! +// :TODO: This is basically sliceAtEOF() from art.js .... DRY! function sliceAtSauceMarker(data) { let eof = data.length; const stopPos = Math.max(data.length - (256), 0); // 256 = 2 * sizeof(SAUCE)