mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +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"`
|
Author *json.RawMessage `json:"author,omitempty"`
|
||||||
Category []ROLIECategory `json:"category,omitempty"`
|
Category []ROLIECategory `json:"category,omitempty"`
|
||||||
Content Content `json:"content"`
|
Content Content `json:"content"`
|
||||||
Contributor *json.RawMessage `json:"contibutor,omitempty"`
|
Contributor *json.RawMessage `json:"contributor,omitempty"`
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Link []Link `json:"link"`
|
Link []Link `json:"link"`
|
||||||
Published TimeStamp `json:"published"`
|
Published TimeStamp `json:"published"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue