Skip to content

Commit

Permalink
hypens -> hyphens
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored and goneall committed Dec 17, 2024
1 parent 65c98dc commit 26a728a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private LicenseTextHelper() {
public static boolean isLicenseTextEquivalent(String licenseTextA, String licenseTextB) {
//TODO: Handle comment characters without white space before text
//TODO: Handle bullets and numbering
// Need to take care of multi-word equivalent words - convert to single words with hypens
// Need to take care of multi-word equivalent words - convert to single words with hyphens

// tokenize each of the strings
if (licenseTextA == null) {
Expand Down

0 comments on commit 26a728a

Please sign in to comment.