diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-15 10:16:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-15 15:49:29 +0200 |
commit | 7c3d67eff3e165b50084bf9c3269ec582d90c403 (patch) | |
tree | 9910fd823f99cf58f00a8617f968797a932ddb0f /src/dbus-execute.c | |
parent | 5552b1c1b39cc73fe7201b31e79d1a05c3d0cee0 (diff) |
dbus: fix name of capability property
Diffstat (limited to 'src/dbus-execute.c')
-rw-r--r-- | src/dbus-execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-execute.c b/src/dbus-execute.c index 3f8fafe6cd..6ceffc57a7 100644 --- a/src/dbus-execute.c +++ b/src/dbus-execute.c @@ -235,7 +235,7 @@ int bus_execute_append_capability_bs(DBusMessageIter *i, const char *property, v assert(property); assert(c); - /* We store this negated internally, to match the kernel, bu + /* We store this negated internally, to match the kernel, but * we expose it normalized. */ normal = *(uint64_t*) data; |