Skip to content

minor fix of a typo: "certifified" -> "certified" in license data#5136

Open
maxhbr wants to merge 1 commit into
aboutcode-org:developfrom
maxhbr:maxhbr/fix_certifified_typo
Open

minor fix of a typo: "certifified" -> "certified" in license data#5136
maxhbr wants to merge 1 commit into
aboutcode-org:developfrom
maxhbr:maxhbr/fix_certifified_typo

Conversation

@maxhbr

@maxhbr maxhbr commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Just a small fix of a typo. Done via:

grep -rl "certifified" . | xargs sed -i 's/certifified/certified/g'

This typo does not seem to originate on spdx side.

via:
```
grep -rl "certifified" . | xargs sed -i 's/certifified/certified/g'
```

Signed-off-by: Maximilian Huber <gh@maxhbr.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant