Skip to content

Commit

Permalink
Fix spelling of Unkown ID type
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Jan 30, 2025
1 parent c8fc1ab commit 12e7f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/spdx/storage/IModelStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ enum IdType {
SpdxId, // ID's that start with SpdxRef-
ListedLicense, // ID's associated with listed licenses
Anonymous, // ID's for object only referenced internally
Unkown // ID's that just don't fit any pattern (supposed to be "Unknown")
Unknown, // ID's that just don't fit any pattern
@Deprecated
Unkown // Miss-spelled version of "Unknown" - this will be removed in a future version
}

/**
Expand Down

0 comments on commit 12e7f6a

Please sign in to comment.