Skip to content

Commit

Permalink
Merge pull request #194 from spdx/minor-typo
Browse files Browse the repository at this point in the history
Fix minor typo #190
  • Loading branch information
pombredanne authored Oct 19, 2021
2 parents fd6aeba + 8cfe44a commit 53c917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdx/parsers/tagvalue.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"FILE_CHKSUM_VALUE": "FileChecksum must be a single line of text starting with 'SHA1:', line:{0}",
"FILE_LICS_CONC_VALUE": "LicenseConcluded must be NOASSERTION, NONE, license identifier or license list, line:{0}",
"FILE_LICS_INFO_VALUE": "LicenseInfoInFile must be NOASSERTION, NONE or license identifier, line: {0}",
"FILE_LICS_COMMENT_VALUE": "LicenseComments must be free form lext, line: {0}",
"FILE_LICS_COMMENT_VALUE": "LicenseComments must be free form text, line: {0}",
"FILE_CR_TEXT_VALUE": "FileCopyrightText must be one of NOASSERTION, NONE or free form text, line: {0}",
"FILE_NOTICE_VALUE": "FileNotice must be free form text, line: {0}",
"FILE_CONTRIB_VALUE": "FileContributor must be a single line, line: {0}",
Expand Down

0 comments on commit 53c917a

Please sign in to comment.