From 902bfef1dc2fbfed35a2ce156c1f2007e124d9bd Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Tue, 26 Sep 2023 22:49:27 +0200 Subject: [PATCH] docs(cyclonedx): Fix a typo Signed-off-by: Frank Viernau --- .../reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt b/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt index 7cf967727228..808b03654afe 100644 --- a/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt +++ b/plugins/reporters/cyclonedx/src/main/kotlin/CycloneDxReporter.kt @@ -57,7 +57,7 @@ import org.ossreviewtoolkit.utils.spdx.SpdxLicense * each [Project] contained in the ORT result a separate SBOM is created. * * This reporter supports the following options: - * - *data.license*: The license for the data contained in the report. Deafults to [DEFAULT_DATA_LICENSE]. + * - *data.license*: The license for the data contained in the report. Defaults to [DEFAULT_DATA_LICENSE]. * - *schema.version*: The CycloneDX schema version to use. Defaults to [DEFAULT_SCHEMA_VERSION]. * - *single.bom*: If true (the default), a single SBOM for all projects is created; if set to false, separate SBOMs are * created for each project.