Skip to content

Commit 2f45863

Browse files
committed
Fix typo in a warning message
1 parent 290fe75 commit 2f45863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ssl-observatory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ SSLObservatory.prototype = {
194194
notifyCertProblem: function(socketInfo, status, targetSite) {
195195
this.log(NOTE, "cert warning for " + targetSite);
196196
if (targetSite == "observatory.eff.org") {
197-
this.log(WARN, "Surpressing observatory warning");
197+
this.log(WARN, "Suppressing observatory warning");
198198
return true;
199199
}
200200
return false;

0 commit comments

Comments
 (0)