Fix misspelling. R_FUTURE=cparsons CC=blaze-firehose+cl DELTA=4 (0 added, 0 deleted, 4 changed) DELTA_BY_EXTENSION=java=4 RELNOTES: None. PiperOrigin-RevId: 261999899
diff --git a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/java/JavaInfoApi.java b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/java/JavaInfoApi.java index 85fe288..b824198 100644 --- a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/java/JavaInfoApi.java +++ b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/java/JavaInfoApi.java
@@ -49,10 +49,10 @@ @SkylarkCallable( name = "transitive_compile_time_jars", - doc = "Depset of compile time jars recusrively required by this target. See `compile_jars` " - + "for more details.", - structField = true - ) + doc = + "Depset of compile time jars recursively required by this target. See `compile_jars` " + + "for more details.", + structField = true) public SkylarkNestedSet getTransitiveCompileTimeJars(); @SkylarkCallable(