From b7c074d3e524da3b93d8c8aee7c905126a98c49d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 2 Jul 2024 12:57:17 +0900 Subject: [PATCH] chore: update bib2json.js occurences -> occurrences --- services/web/app/src/util/bib2json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/src/util/bib2json.js b/services/web/app/src/util/bib2json.js index b105ff3f7e..d4b8664a29 100644 --- a/services/web/app/src/util/bib2json.js +++ b/services/web/app/src/util/bib2json.js @@ -563,7 +563,7 @@ BibtexParser.prototype.processCharacter_ = function (c) { doneParsingValue = true } else { // sometimes imported bibs will have {\},{\\}, {\\\}, {\\\\}, etc for whitespace, - // which would otherwise break the parsing. we watch for these occurences of + // which would otherwise break the parsing. we watch for these occurrences of // 1+ backslashes in an empty bracket pair to gracefully handle the malformed bib file const doubleSlash = valueCharsArray.length >= 2 &&