Skip to content

Commit 341130f

Browse files
oheger-boschsschuberth
authored andcommitted
docs: Fix a type in a comment
Signed-off-by: Oliver Heger <[email protected]>
1 parent 6847fdd commit 341130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/package-managers/gradle-plugin/src/main/kotlin/OrtModelBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ internal class OrtModelBuilder : ToolingModelBuilder {
284284
// Ignore unresolved project dependencies. For example for complex Android projects, Gradle's
285285
// own "dependencies" task runs into "AmbiguousConfigurationSelectionException", but the project
286286
// still builds fine, probably due to some Android plugin magic. Omitting a project dependency
287-
// is uncritical in terms of resovling dependencies, as the for the project itself dependencies
287+
// is uncritical in terms of resolving dependencies, as the for the project itself dependencies
288288
// will still get resolved.
289289
return@mapNotNull null
290290
}

0 commit comments

Comments
 (0)