Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9db3b9bc authored by Ross Kirk's avatar Ross Kirk Committed by Jiri Kosina
Browse files

audit: error message typo correction



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

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

--
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6d2ad1e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);