[Pkg-mozext-commits] [greasemonkey] 33/45: Fix typo.

David Prévot taffit at moszumanska.debian.org
Mon Nov 3 20:59:21 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 05ca0b7c575c2c8bc4bf3d2ea129406270a834d7
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Fri Oct 3 09:18:56 2014 -0400

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

diff --git a/modules/sync.js b/modules/sync.js
index f02896e..2fd0659 100644
--- a/modules/sync.js
+++ b/modules/sync.js
@@ -92,7 +92,7 @@ ScriptStore.prototype = {
         return;
       }
       if (!GM_util.uriFromUrl(url)) {
-        dump('Ignoring incoming sync record with bad downloadURL:\b'
+        dump('Ignoring incoming sync record with bad downloadURL:\n'
             + url + '\n');
         return;
       }

-- 
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