Skip to content

Commit 058c4f3

Browse files
Colin Ian Kingjrjohansen
authored andcommitted
apparmor: fix spelling mistake "immutible" -> "immutable"
There is a spelling mistake in an information message string, fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: John Johansen <[email protected]>
1 parent 145a0ef commit 058c4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/apparmor/policy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ static int replacement_allowed(struct aa_profile *profile, int noreplace,
587587
{
588588
if (profile) {
589589
if (profile->label.flags & FLAG_IMMUTIBLE) {
590-
*info = "cannot replace immutible profile";
590+
*info = "cannot replace immutable profile";
591591
return -EPERM;
592592
} else if (noreplace) {
593593
*info = "profile already exists";

0 commit comments

Comments
 (0)