chiark / gitweb /
unit: rename BindTo= to BindsTo=
[elogind.git] / src / core / service.c
index 2be6ee5d99a992459cfdc0478d5add4c73928fb7..0a6658809e8b612ab468c48566fd9ecf5f24665e 100644 (file)
@@ -2464,7 +2464,7 @@ static int service_start(Unit *u) {
                 return 0;
 
         /* A service that will be restarted must be stopped first to
-         * trigger BindTo and/or OnFailure dependencies. If a user
+         * trigger BindsTo and/or OnFailure dependencies. If a user
          * does not want to wait for the holdoff time to elapse, the
          * service should be manually restarted, not started. */
         if (s->state == SERVICE_AUTO_RESTART) {