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 &&