diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-03 16:30:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-06 03:13:14 +0200 |
commit | 96d4ce01103ebebe9335fb321667043bb620c06b (patch) | |
tree | 77e1a597c2db72faf9bf811f2f2413ff50e287c2 /src/unit.h | |
parent | f10814d9e00eee75773a0f3cf652236ee1a5fca8 (diff) |
man: Fix small typo: s/seperate/separate/
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h index c85d968b80..c93f3f765d 100644 --- a/src/unit.h +++ b/src/unit.h @@ -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; |