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
This commit is contained in:
Matthias Clasen 2010-08-18 16:27:58 -04:00 committed by Lennart Poettering
parent 26192dfc21
commit 5948ee7cef
1 changed files with 1 additions and 1 deletions

View File

@ -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" \