diff options
author | Matthew Miller <mattdm@mattdm.org> | 2010-08-31 00:23:34 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-31 00:23:34 +0200 |
commit | fdf20a316035779bbec469e11d73c7544acbf30f (patch) | |
tree | c99f2d7a60e5816ff554c48bcfbe497d0c22a30d /src/dbus-unit.h | |
parent | 74ac3cbd509de2f5995542aa5db39328e8cbd22a (diff) |
manager: add missing second part of s/maintenance/failed/
Diffstat (limited to 'src/dbus-unit.h')
-rw-r--r-- | src/dbus-unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-unit.h b/src/dbus-unit.h index 6e3726d73f..16a7247d98 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -56,7 +56,7 @@ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ " </method>\n" \ - " <method name=\"ResetMaintenance\"/>\n" \ + " <method name=\"ResetFailed\"/>\n" \ " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"Names\" type=\"as\" access=\"read\"/>\n" \ " <property name=\"Following\" type=\"s\" access=\"read\"/>\n" \ |