Skip to content

Commit 502376c

Browse files
fix typo: contibutor -> contributor
1 parent 9a37a8e commit 502376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csaf/rolie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ type Entry struct {
174174
Author *json.RawMessage `json:"author,omitempty"`
175175
Category []ROLIECategory `json:"category,omitempty"`
176176
Content Content `json:"content"`
177-
Contributor *json.RawMessage `json:"contibutor,omitempty"`
177+
Contributor *json.RawMessage `json:"contributor,omitempty"`
178178
ID string `json:"id"`
179179
Link []Link `json:"link"`
180180
Published TimeStamp `json:"published"`

0 commit comments

Comments
 (0)