[Pkg-javascript-commits] [pdf.js] 196/414: Fix a typo in api.js

David Prévot taffit at moszumanska.debian.org
Tue Jun 28 17:12:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 049beac3466df8cb9bac8110c516af37c8e7b46b
Author: Prayag Verma <prayag.verma at gmail.com>
Date:   Thu Feb 11 07:18:56 2016 +0530

    Fix a typo in api.js
    
    `fulfills` misspelt as `fullfills`
---
 src/display/api.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/display/api.js b/src/display/api.js
index 8151780..246bdf0 100644
--- a/src/display/api.js
+++ b/src/display/api.js
@@ -1280,7 +1280,7 @@ var PDFWorker = (function PDFWorkerClosure() {
 
     _initialize: function PDFWorker_initialize() {
       // If worker support isn't disabled explicit and the browser has worker
-      // support, create a new web worker and test if it/the browser fullfills
+      // support, create a new web worker and test if it/the browser fulfills
       // all requirements to run parts of pdf.js in a web worker.
       // Right now, the requirement is, that an Uint8Array is still an
       // Uint8Array as it arrives on the worker. (Chrome added this with v.15.)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list