diff options
author | Matthias Clasen <matthias.clasen@gmail.com> | 2010-08-18 16:27:58 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-18 23:10:43 +0200 |
commit | 5948ee7ceff829965a72c5a636aae1e9c2bcc065 (patch) | |
tree | 6a3bf845cac9ed8a72f69b14eace0f2316117e26 /src | |
parent | 26192dfc21a9020564e6db5c1dd9d49ecc70c0d7 (diff) |
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')
-rw-r--r-- | src/dbus-manager.c | 2 |
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" \ |