We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290fe75 commit 2f45863Copy full SHA for 2f45863
src/components/ssl-observatory.js
@@ -194,7 +194,7 @@ SSLObservatory.prototype = {
194
notifyCertProblem: function(socketInfo, status, targetSite) {
195
this.log(NOTE, "cert warning for " + targetSite);
196
if (targetSite == "observatory.eff.org") {
197
- this.log(WARN, "Surpressing observatory warning");
+ this.log(WARN, "Suppressing observatory warning");
198
return true;
199
}
200
return false;
0 commit comments