apparmor: fix spelling mistake "immutible" -> "immutable"
authorColin Ian King <colin.king@canonical.com>
Tue, 16 Apr 2019 14:42:18 +0000 (15:42 +0100)
committerJohn Johansen <john.johansen@canonical.com>
Wed, 17 Apr 2019 07:59:46 +0000 (00:59 -0700)
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>
security/apparmor/policy.c

index 71a3e6291478b161d8fa21ee7bc09d41c8f58f2a..04f2480e83743e9efac4ef5cd026f27fbbc1326f 100644 (file)
@@ -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";