chore: correct misspelled english words

This commit is contained in:
Alexandre Pujol 2024-07-05 16:00:54 +01:00
parent 120db25fc6
commit aa58062eb6
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 3 additions and 3 deletions

View file

@ -599,7 +599,7 @@ func (f *AppArmorProfileFile) parsePreamble(preamble string) error {
// Parse an apparmor profile file.
//
// Warning: It is purposelly an uncomplete basic parser for apparmor profile,
// Warning: It is purposely an uncomplete basic parser for apparmor profile,
// it is only aimed for internal tooling purpose. For "simplicity", it is not
// using antlr / participle. It is only used for experimental feature in the
// apparmor.d project.