From 2ac858fc68b76bf5ac774dbc4c2defab6027a931 Mon Sep 17 00:00:00 2001
From: Tim van der Meij <info@timvandermeij.nl>
Date: Sun, 2 Jun 2013 23:51:08 +0200
Subject: [PATCH] Fixing #3318

---
 examples/helloworld/hello.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/helloworld/hello.js b/examples/helloworld/hello.js
index 7bf18d65b..a50409107 100644
--- a/examples/helloworld/hello.js
+++ b/examples/helloworld/hello.js
@@ -8,7 +8,7 @@
 'use strict';
 
 //
-// Fetch the PDF document from the URL using promices
+// Fetch the PDF document from the URL using promises
 //
 PDFJS.getDocument('helloworld.pdf').then(function(pdf) {
   // Using promise to fetch the page