diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2014-08-30 17:13:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 13:46:07 -0400 |
commit | 06b643e7f5a3b79005dd57497897ab7255fe3659 (patch) | |
tree | 59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /src/libsystemd | |
parent | b12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff) |
Fix a few more typos
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/sd-bus/kdbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h index 3751f9ca24..65f76e9cf4 100644 --- a/src/libsystemd/sd-bus/kdbus.h +++ b/src/libsystemd/sd-bus/kdbus.h @@ -486,7 +486,7 @@ enum kdbus_policy_type { * policy entries for a name. The provided name * is not activated and not registered with the * name database, it only allows unprivileged - * connections to aquire a name, talk or discover + * connections to acquire a name, talk or discover * a service * @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor * bus traffic |