audit: error message typo correction
authorRoss Kirk <Ross.Kirk@nexor.com>
Fri, 22 Oct 2010 15:43:17 +0000 (16:43 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 3 Nov 2010 17:49:58 +0000 (13:49 -0400)
Fixes a typo in the error message raised by audit when auditd has died.

Signed-off-by: Ross Kirk <ross.kirk@nexor.com>

--
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

kernel/audit.c

index 77770a0..e495624 100644 (file)
@@ -400,7 +400,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);