diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-02 10:24:45 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-02 10:24:51 -0400 |
commit | 2875e22b65452896d5569eecb3a08265dd658173 (patch) | |
tree | 94100af2cd2c2350da2120c395bddc9e6b896030 /src/core/dbus-unit.c | |
parent | ae7a7182da31371555fceb2aed609e40a64b900a (diff) |
Replace s/Dropin/DropIn/
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r-- | src/core/dbus-unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index f413386553..5f1b2afd5b 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -1284,7 +1284,7 @@ const BusProperty bus_unit_properties[] = { { "SubState", bus_unit_append_sub_state, "s", 0 }, { "FragmentPath", bus_property_append_string, "s", offsetof(Unit, fragment_path), true }, { "SourcePath", bus_property_append_string, "s", offsetof(Unit, source_path), true }, - { "DropinPaths", bus_property_append_strv, "as", offsetof(Unit, dropin_paths), true }, + { "DropInPaths", bus_property_append_strv, "as", offsetof(Unit, dropin_paths), true }, { "UnitFileState", bus_unit_append_file_state, "s", 0 }, { "InactiveExitTimestamp",bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.realtime) }, { "InactiveExitTimestampMonotonic", bus_property_append_usec, "t", offsetof(Unit, inactive_exit_timestamp.monotonic) }, |