From 78dde0efabf5c43a08dd5a34b2a300817dac828e Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 12 Apr 2013 11:06:49 -0500 Subject: [PATCH] fix grammar in comment migth -> might want -> wants --- src/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.js b/src/util.js index c29699f7d..653ab4a37 100644 --- a/src/util.js +++ b/src/util.js @@ -555,8 +555,8 @@ function isPDFFunction(v) { /** * 'Promise' object. * Each object that is stored in PDFObjects is based on a Promise object that - * contains the status of the object and the data. There migth be situations, - * where a function want to use the value of an object, but it isn't ready at + * contains the status of the object and the data. There might be situations + * where a function wants to use the value of an object, but it isn't ready at * that time. To get a notification, once the object is ready to be used, s.o. * can add a callback using the `then` method on the promise that then calls * the callback once the object gets resolved.