unit: properly comment generated comments in unit files
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Jun 2016 17:53:45 +0000 (19:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Jun 2016 18:01:45 +0000 (20:01 +0200)
Fix-up for 2a9a6f8ac04a69ca36d645f9305a33645f22a22b

src/core/unit.c

index e98086a..581962e 100644 (file)
@@ -3375,7 +3375,7 @@ int unit_write_drop_in(Unit *u, UnitSetPropertiesMode mode, const char *name, co
                 return -EINVAL;
 
         wrapped = strjoina("# This is a drop-in unit file extension, created via \"systemctl set-property\"\n"
-                           "or an equivalent operation. Do not edit.\n",
+                           "or an equivalent operation. Do not edit.\n",
                            data,
                            "\n");