lkml.org 
[lkml]   [2010]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] audit: error message typo correction
Date
From

Fixes a typo in the error message raised by audit when auditd has died

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

--

diff -up a/kernel/audit.c b/kernel/audit.c
--- a/kernel/audit.c 2010-10-22 16:25:40.000000000 +0100
+++ b/kernel/audit.c 2010-10-22 16:25:46.000000000 +0100
@@ -400,7 +400,7 @@ static void kauditd_send_skb(struct sk_b
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);
\
 
 \ /
  Last update: 2010-10-22 17:53    [W:0.043 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site