[Pkg-mozext-commits] [perspectives-extension] 42/72: Perspectives - Fix minor typo

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:49 UTC 2014


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

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 118d2520d3b61781f2a5c7babe37f93bf0409eff
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Wed Oct 22 23:34:19 2014 -0600

    Perspectives - Fix minor typo
---
 plugin/chrome/content/notaries.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index c45db45..4e22f30 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -714,7 +714,7 @@ var Perspectives = {
 			var contact_private = Perspectives.root_prefs
 				.getBoolPref("extensions.perspectives.contact_in_private_browsing_mode");
 			if(!contact_private) {
-				var is_private = true; // default to true, better err on the save side
+				var is_private = true; // default to true, better err on the safe side
 				try { // Firefox 20+
 					Components.utils.import("resource://gre/modules/PrivateBrowsingUtils.jsm");
 					is_private = PrivateBrowsingUtils.isWindowPrivate(win);

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



More information about the Pkg-mozext-commits mailing list