diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/collectionincompatibletype/IgnoringCasts.java b/core/src/main/java/com/google/errorprone/bugpatterns/collectionincompatibletype/IgnoringCasts.java index 8e808f7d278..7fc168daf47 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/collectionincompatibletype/IgnoringCasts.java +++ b/core/src/main/java/com/google/errorprone/bugpatterns/collectionincompatibletype/IgnoringCasts.java @@ -26,7 +26,7 @@ import com.sun.tools.javac.code.Type; /** - * A utility for handling types in cast expressions, shraed by {@link JUnitIncompatibleType} and + * A utility for handling types in cast expressions, shared by {@link JUnitIncompatibleType} and * {@link TruthIncompatibleType}. */ final class IgnoringCasts {