From: notmasteryet Date: Tue, 23 Aug 2011 21:58:41 +0000 (-0500) Subject: comment fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=36d9462016a83d3c968e99269f699a6bbe3e2e0e;p=pdf.js.git comment fix --- diff --git a/pdf.js b/pdf.js index c43a9d6..962f763 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');