From f131770b1465fbf423881f16ba85523a05f846fe Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Mon, 29 Dec 2014 09:45:58 +0000 Subject: tree-wide: spelling fixes https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo . --- src/bus-proxyd/bus-xml-policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bus-proxyd/bus-xml-policy.c') diff --git a/src/bus-proxyd/bus-xml-policy.c b/src/bus-proxyd/bus-xml-policy.c index ac0e14b4f9..cf39c52546 100644 --- a/src/bus-proxyd/bus-xml-policy.c +++ b/src/bus-proxyd/bus-xml-policy.c @@ -838,7 +838,7 @@ bool policy_check_recv(Policy *p, verdict = policy_check(p, &filter); log_full(LOG_AUTH | (verdict != ALLOW ? LOG_WARNING : LOG_DEBUG), - "Recieve permission check for uid=" UID_FMT " gid=" GID_FMT" message=%s name=%s interface=%s path=%s member=%s: %s", + "Receive permission check for uid=" UID_FMT " gid=" GID_FMT" message=%s name=%s interface=%s path=%s member=%s: %s", uid, gid, bus_message_type_to_string(message_type), strna(name), strna(path), strna(interface), strna(member), strna(verdict_to_string(verdict))); return verdict == ALLOW; -- cgit v1.2.3-54-g00ecf