From 670f4cbf609e2deee79c9de5ceaf72a8d757f567 Mon Sep 17 00:00:00 2001 From: Fadi Abbud Date: Thu, 24 Feb 2022 09:06:16 +0100 Subject: [PATCH] Fix Typo --- csaf/rolie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf/rolie.go b/csaf/rolie.go index 4e22e2c..4c4a5af 100644 --- a/csaf/rolie.go +++ b/csaf/rolie.go @@ -58,7 +58,7 @@ type Entry struct { Format Format `json:"format"` } -// FeedData is the contetn of the ROLIE feed. +// FeedData is the content of the ROLIE feed. type FeedData struct { ID string `json:"id"` Title string `json:"title"`