[Pkg-mozext-commits] [wot] 69/226: fixed typo in the comment
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:35 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 945919238502a3db163b91e4217327503fcb8238
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Mon Jan 7 15:38:43 2013 +0200
fixed typo in the comment
---
content/firstrun.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/firstrun.js b/content/firstrun.js
index 2df960c..e28c4de 100644
--- a/content/firstrun.js
+++ b/content/firstrun.js
@@ -66,7 +66,7 @@ var wot_firstrun =
if (this.opentab(WOT_FIRSTRUN_WELCOME, wot_url.getprefurl(tab))) {
// not a first time launch, but...
- // check it the date of first time is set, otherwise set it to 2 weeks ago date
+ // check whether the date of first time is set, otherwise set it to 2 weeks ago date
if (!wot_prefs.getChar("firstrun_time", "")) {
var d = new Date();
var past_date = new Date(d.getFullYear(), d.getMonth(), d.getDay() - 14);
--
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