1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

correct typos

This commit is contained in:
JanHoefelmeyer 2023-06-14 09:04:29 +02:00
parent 8d45525e7f
commit 7139f4dfa9

View file

@ -93,8 +93,8 @@ func (ca *rolieLabelChecker) check(
}
}
// processROLIEFeeds goes through all ROLIE feeds and checks there
// integriry and completeness.
// processROLIEFeeds goes through all ROLIE feeds and checks their
// integrity and completeness.
func (p *processor) processROLIEFeeds(feeds [][]csaf.Feed) error {
base, err := url.Parse(p.pmdURL)