chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / core / unit.c
index a2f37282dbc54b0ef79e3fe00a6225b6aa3d77b5..9f7ba9227b780b1f6971f9a60bed529a69500c8b 100644 (file)
@@ -609,7 +609,7 @@ static int reserve_dependencies(Unit *u, Unit *other, UnitDependency d) {
 
         /*
          * If u does not have this dependency set allocated, there is no need
-         * to reserve anything. In that case other's set will be transfered
+         * to reserve anything. In that case other's set will be transferred
          * as a whole to u by complete_move().
          */
         if (!u->dependencies[d])