[Pkg-mozext-commits] [greasemonkey] 02/10: Fix typo.

David Prévot taffit at moszumanska.debian.org
Sat Feb 15 01:10:55 UTC 2014


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 2c1eaedc1b814a0861b5573d26c09b90bd4c7c7a
Author: Ventero <ventero at ventero.de>
Date:   Sat Feb 1 16:43:50 2014 +0100

    Fix typo.
---
 modules/util/timeout.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/util/timeout.js b/modules/util/timeout.js
index 130fe7e..b3a9e2a 100644
--- a/modules/util/timeout.js
+++ b/modules/util/timeout.js
@@ -4,7 +4,7 @@ const EXPORTED_SYMBOLS = ['timeout'];
 
 function timeout(aCallback, aDelay, aType) {
   var type = aType;
-  if ('undefineld' == typeof type) {
+  if ('undefined' == typeof type) {
     type = Components.interfaces.nsITimer.TYPE_ONE_SHOT;
   }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list