Skip to content

Commit 3a9bfb3

Browse files
committed
docs(model): Fix a typo in PackageConfiguration class docs
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 888c785 commit 3a9bfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/config/PackageConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import org.ossreviewtoolkit.model.VcsType
3333
import org.ossreviewtoolkit.utils.common.replaceCredentialsInUri
3434

3535
/**
36-
* A classed used in the [OrtConfiguration] to configure [PathExclude]s and [LicenseFindingCuration]s for a specific
36+
* A class used in the [OrtConfiguration] to configure [PathExclude]s and [LicenseFindingCuration]s for a specific
3737
* [Package]'s [Identifier] (and [Provenance]).
3838
* Note that [PathExclude]s and [LicenseFindingCuration]s for [Project]s are configured by a [RepositoryConfiguration]'s
3939
* [excludes][RepositoryConfiguration.excludes] and [curations][RepositoryConfiguration.curations] properties instead.

0 commit comments

Comments
 (0)