mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-21 23:20:10 +01:00
fix typo: contibutor -> contributor
This commit is contained in:
parent
9a37a8ecfa
commit
502376ce3a
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ type Entry struct {
|
|||
Author *json.RawMessage `json:"author,omitempty"`
|
||||
Category []ROLIECategory `json:"category,omitempty"`
|
||||
Content Content `json:"content"`
|
||||
Contributor *json.RawMessage `json:"contibutor,omitempty"`
|
||||
Contributor *json.RawMessage `json:"contributor,omitempty"`
|
||||
ID string `json:"id"`
|
||||
Link []Link `json:"link"`
|
||||
Published TimeStamp `json:"published"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue