Merge branch 'master' of /repos/git/net-next-2.6
[firefly-linux-kernel-4.4.55.git] / kernel / audit.c
index 5842f65bedcb7df5d4f5303b510d115f2be0fdf7..162e88e33bc97bfdf446c545e29b7ca8dadbd612 100644 (file)
@@ -402,7 +402,7 @@ static void kauditd_send_skb(struct sk_buff *skb)
        if (err < 0) {
                BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
                printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
-               audit_log_lost("auditd dissapeared\n");
+               audit_log_lost("auditd disappeared\n");
                audit_pid = 0;
                /* we might get lucky and get this in the next auditd */
                audit_hold_skb(skb);