diff options
Diffstat (limited to 'src/dbus-manager.c')
-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" \ |