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/sd-daemon.h | |
parent | f10814d9e00eee75773a0f3cf652236ee1a5fca8 (diff) |
man: Fix small typo: s/seperate/separate/
Diffstat (limited to 'src/sd-daemon.h')
-rw-r--r-- | src/sd-daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sd-daemon.h b/src/sd-daemon.h index c68c96d2dd..347421381f 100644 --- a/src/sd-daemon.h +++ b/src/sd-daemon.h @@ -171,7 +171,7 @@ int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t /* Informs systemd about changed daemon state. This takes a number of - newline seperated environment-style variable assignments in a + newline separated environment-style variable assignments in a string. The following variables are known: READY=1 Tells systemd that daemon startup is finished (only |