chiark / gitweb /
unit: rename BindTo= to BindsTo=
[elogind.git] / src / core / target.c
index 092b2065f2082f914f5971a4502354a6698c5fef..55f9fc6fc4b72db03084795f79ee9d647d869752 100644 (file)
@@ -59,7 +59,7 @@ static int target_add_default_dependencies(Target *t) {
                 UNIT_REQUISITE,
                 UNIT_REQUISITE_OVERRIDABLE,
                 UNIT_WANTS,
-                UNIT_BIND_TO
+                UNIT_BINDS_TO
         };
 
         Iterator i;