From 502376ce3a4104d62b7614557f53a1c38ad62f3c Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Fri, 28 Nov 2025 16:12:10 +0100 Subject: [PATCH] fix typo: contibutor -> contributor --- csaf/rolie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf/rolie.go b/csaf/rolie.go index 2b7d6fd..84b916c 100644 --- a/csaf/rolie.go +++ b/csaf/rolie.go @@ -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"`