mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
apparmor: fix spelling mistake "immutible" -> "immutable"
There is a spelling mistake in an information message string, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
145a0ef21c
commit
058c4f3425
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ static int replacement_allowed(struct aa_profile *profile, int noreplace,
|
|||
{
|
||||
if (profile) {
|
||||
if (profile->label.flags & FLAG_IMMUTIBLE) {
|
||||
*info = "cannot replace immutible profile";
|
||||
*info = "cannot replace immutable profile";
|
||||
return -EPERM;
|
||||
} else if (noreplace) {
|
||||
*info = "profile already exists";
|
||||
|
|
Loading…
Add table
Reference in a new issue