chiark / gitweb /
man: Fix small typo: s/seperate/separate/
[elogind.git] / src / unit.h
index c85d968b809d5aaa4714866beeaca469ad04a797..c93f3f765d05d0c1ad515c89eceaa02ed5ced31e 100644 (file)
@@ -338,7 +338,7 @@ struct UnitVTable {
         void (*shutdown)(Manager *m);
 
         /* When sending out PropertiesChanged signal, which properties
-         * shall be invalidated? This is a NUL seperated list of
+         * shall be invalidated? This is a NUL separated list of
          * strings, to minimize relocations a little. */
         const char *bus_invalidating_properties;