Fix several typos in Markdown files and in a comment by bact · Pull Request #766 · microsoft/sbom-tool (original) (raw)
In 3 Markdown files
- paramaters -> parameters
- SBOMSpecificiation -> SBOMSpecification
- binares -> binaries
In 1 C# file (comment line):
- definined -> defined
--
There are also 3 "arguement" typos in these test method names in 1 C# file (test/ApiConfigurationBuilderTests.cs):
- ThrowArguementExceptionOnRootPathValues
- ThrowArguementNulExceptionOnNullMetadata
- ThrowArguementExceptionOnSpecificationZero
Looks like it's save to rename since they ought to be used only for internal testing purpose but I'm not sure enough, so I leave them intact.