]> git.parisson.com Git - pdf.js.git/commitdiff
comment fix
authornotmasteryet <async.processingjs@yahoo.com>
Tue, 23 Aug 2011 21:58:41 +0000 (16:58 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Tue, 23 Aug 2011 21:58:41 +0000 (16:58 -0500)
pdf.js

diff --git a/pdf.js b/pdf.js
index c43a9d61c2eaaedeb732f4a9f37693c8727fe88c..962f7639842bda6517b0afe3a4f3c3f474bdfb51 100644 (file)
--- 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');