]> git.parisson.com Git - pdf.js.git/commitdiff
Fix extension comment nits.
authorBrendan Dahl <brendan.dahl@gmail.com>
Mon, 16 Apr 2012 21:33:11 +0000 (14:33 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Mon, 16 Apr 2012 21:33:11 +0000 (14:33 -0700)
extensions/firefox/components/PdfStreamConverter.js

index 4467abc6be54072f50451bda544a378bff82e590..f4b5b7712479b96af95152081140b2c778fc66cd 100644 (file)
@@ -153,7 +153,7 @@ PdfStreamConverter.prototype = {
                     'resource://pdf.js/web/viewer.html', null, null);
 
     var listener = this.listener;
-    // Proxy all the requst observer calls, when it gets to onStopRequst
+    // Proxy all the request observer calls, when it gets to onStopRequest
     // we can get the dom window.
     var proxy = {
       onStartRequest: function() {