Skip to content

Commit e040df8

Browse files
committed
docs(spdx): Fix a typo in a parameter name reference
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent e5977f8 commit e040df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/reporters/spdx/src/main/kotlin/Extensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private fun OrtResult.getPackageVerificationCode(id: Identifier, type: SpdxPacka
228228
}
229229

230230
/**
231-
* Use [licenseTextProvider] to add the license texts for all packages to the [SpdxDocument].
231+
* Use [licenseFactProvider] to add the license texts for all packages to the [SpdxDocument].
232232
*/
233233
internal fun SpdxDocument.addExtractedLicenseInfo(licenseFactProvider: LicenseFactProvider): SpdxDocument {
234234
val allLicenses = buildSet {

0 commit comments

Comments
 (0)