diff --git a/pdf.js b/pdf.js index c43a9d61c..962f76398 100644 --- a/pdf.js +++ b/pdf.js @@ -3528,7 +3528,7 @@ var Catalog = (function() { nameDictionaryRef = this.catDict.get('Dests'); if (nameDictionaryRef) { - // reding simple destination dictionary + // reading simple destination dictionary obj = xref.fetch(nameDictionaryRef); obj.forEach(function(key, value) { dests[key] = xref.fetch(value).get('D');