Skip to content

Commit 02a37d2

Browse files
rahul-kamatcopybara-github
authored andcommitted
Add missing p to supressed
PiperOrigin-RevId: 601608160
1 parent 47442e2 commit 02a37d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/google/javascript/jscomp/lint/CheckExtraRequires.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class CheckExtraRequires extends NodeTraversal.AbstractPostOrderCallback
6060
DiagnosticType.disabled(
6161
"JSC_EXTRA_REQUIRE_WARNING", "extra require: ''{0}'' is never referenced in this file");
6262

63-
// TODO(b/130215517): This should eventually be removed and exceptions supressed
63+
// TODO(b/130215517): This should eventually be removed and exceptions suppressed
6464
private static final ImmutableSet<String> DEFAULT_EXTRA_NAMESPACES =
6565
ImmutableSet.of(
6666
"goog.testing.asserts", "goog.testing.jsunit", "goog.testing.JsTdTestCaseAdapter");

0 commit comments

Comments
 (0)