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 | |
parent | f10814d9e00eee75773a0f3cf652236ee1a5fca8 (diff) |
man: Fix small typo: s/seperate/separate/
Diffstat (limited to 'src')
-rw-r--r-- | src/initreq.h | 2 | ||||
-rw-r--r-- | src/logger.c | 2 | ||||
-rw-r--r-- | src/sd-daemon.h | 2 | ||||
-rw-r--r-- | src/test-job-type.c | 2 | ||||
-rw-r--r-- | src/unit.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/initreq.h b/src/initreq.h index 6f6547bcb9..859042ce42 100644 --- a/src/initreq.h +++ b/src/initreq.h @@ -58,7 +58,7 @@ struct init_request_bsd { /* * Because of legacy interfaces, "runlevel" and "sleeptime" - * aren't in a seperate struct in the union. + * aren't in a separate struct in the union. * * The weird sizes are because init expects the whole * struct to be 384 bytes. diff --git a/src/logger.c b/src/logger.c index a590bb84fd..03a8ae8f54 100644 --- a/src/logger.c +++ b/src/logger.c @@ -514,7 +514,7 @@ static int process_event(Server *s, struct epoll_event *ev) { /* Yes, this is a bit ugly, we assume that that valid pointers * are > SD_LISTEN_FDS_START+SERVER_FD_MAX. Which is certainly * true on Linux (and probably most other OSes, too, since the - * first 4k usually are part of a seperate null pointer + * first 4k usually are part of a separate null pointer * dereference page. */ if (PTR_TO_INT(ev->data.ptr) >= SD_LISTEN_FDS_START && 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 diff --git a/src/test-job-type.c b/src/test-job-type.c index 29bb9e492d..9e2fc35f4e 100644 --- a/src/test-job-type.c +++ b/src/test-job-type.c @@ -50,7 +50,7 @@ int main(int argc, char*argv[]) { /* Verify that merged entries can be * merged with the same entries they - * can be merged with seperately */ + * can be merged with separately */ assert(!job_type_is_mergeable(a, c) || job_type_is_mergeable(d, c)); assert(!job_type_is_mergeable(b, c) || job_type_is_mergeable(d, c)); 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; |