chiark / gitweb /
man: fix a bunch of typos in docs
[elogind.git] / src / core / unit.h
index 89bd61c2d8fae939c03521de8b8e347d8b0c6d94..5b4dda4cb0fcf19eee449abe4c624ae6a881f9a6 100644 (file)
@@ -285,7 +285,7 @@ struct UnitVTable {
          * UNIT_STUB if no configuration could be found. */
         int (*load)(Unit *u);
 
-        /* If a lot of units got created via enumerate(), this is
+        /* If a lot of units got created via enumerate(), this is
          * where to actually set the state and call unit_notify(). */
         int (*coldplug)(Unit *u);