Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 17, 2013
1 parent 538b1c0 commit 397205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function queryRemoteBlacklist(location) {
// In case of failure, try to load local copy if any: we must do all to
// not leave the user naked.
var failure = function() {
console.error('HTTP Switchboard > failed to load third party blacklist from remote location "%s"\n\tWill falling back on local copy if any.', url);
console.error('HTTP Switchboard > failed to load third party blacklist from remote location "%s"\n\tWill fall back on local copy if any.', url);
chrome.storage.local.get({ 'remoteBlacklists': {} }, function(store) {
if ( store.remoteBlacklists[location] ) {
chrome.runtime.sendMessage({
Expand Down

0 comments on commit 397205f

Please sign in to comment.