From: Steffen Märcker Date: Wed, 28 Dec 2011 14:23:39 +0000 (+0100) Subject: fixed typo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9fcd303519e6d04e5e1cd637da2989f32272337c;p=pdf.js.git fixed typo --- diff --git a/src/core.js b/src/core.js index be8b6ba..3532c09 100644 --- a/src/core.js +++ b/src/core.js @@ -603,7 +603,7 @@ var PDFDoc = (function PDFDocClosure() { return; } catch (e) {} } - // Either workers are disabled, not suppored or have thrown an exception. + // Either workers are disabled, not supported or have thrown an exception. // Thus, we fallback to a faked worker. globalScope.PDFJS.disableWorker = true; this.setupFakeWorker();