Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 29, 2024
1 parent 6f7240a commit 0f88f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def init_doc(self) -> None:
creation_info = CreationInfo(
spdx_version="SPDX-2.3",
spdx_id=self.DOC_ID,
# Because mpm is a system-wide tool, we choosed to name the document after
# Because mpm is a system-wide tool, we chose to name the document after
# the host operating system platform it was run on.
name=system_id,
# Point directly to the mpm release on GitHub so we can get some additional
Expand Down

0 comments on commit 0f88f9e

Please sign in to comment.