[Pkg-mozext-commits] [wot] 08/226: Fixed tyop
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit b613d4d21938749f03895853ed5c981210701dcb
Author: Sami Tolvanen <sami at mywot.com>
Date: Sun Feb 5 18:24:24 2012 +0200
Fixed tyop
---
content/api.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/api.js b/content/api.js
index 4893ecc..641155b 100644
--- a/content/api.js
+++ b/content/api.js
@@ -217,7 +217,7 @@ var wot_api_query =
/* If we don't receive data reasonably soon, retry */
var timeout =
window.setTimeout(function() {
- wot_api_query.timetout(request, hostname, callback);
+ wot_api_query.timeout(request, hostname, callback);
}, WOT_TIMEOUT_QUERY);
request.onload = function(ev)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list