summaryrefslogtreecommitdiffstats
path: root/src/dbus-manager.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthias.clasen@gmail.com>2010-08-18 22:27:58 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-18 23:10:43 +0200
commit5948ee7ceff829965a72c5a636aae1e9c2bcc065 (patch)
tree6a3bf845cac9ed8a72f69b14eace0f2316117e26 /src/dbus-manager.c
parentrandom-seed: honour kernel pool size when saving/restoring seed (diff)
downloadsystemd-5948ee7ceff829965a72c5a636aae1e9c2bcc065.tar.xz
systemd-5948ee7ceff829965a72c5a636aae1e9c2bcc065.zip
dbus: small typo in introspection data
Hey, here is a patch to fix a small typo in the systemd dbus introspection data. I found this while trying to explore the systemd dbus API via bash completion with gdbus. You should try this, it is really fun, and, evidently, helps to find some bugs... Matthias
Diffstat (limited to 'src/dbus-manager.c')
-rw-r--r--src/dbus-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-manager.c b/src/dbus-manager.c
index 81ced64477..1fca8b554c 100644
--- a/src/dbus-manager.c
+++ b/src/dbus-manager.c
@@ -96,7 +96,7 @@
" <method name=\"Dump\"/>\n" \
" <method name=\"CreateSnapshot\">\n" \
" <arg name=\"name\" type=\"s\" direction=\"in\"/>\n" \
- " <arg nane=\"cleanup\" type=\"b\" direction=\"in\"/>\n" \
+ " <arg name=\"cleanup\" type=\"b\" direction=\"in\"/>\n" \
" <arg name=\"unit\" type=\"o\" direction=\"out\"/>\n" \
" </method>\n" \
" <method name=\"Reload\"/>\n" \