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/initreq.h | |
parent | f10814d9e00eee75773a0f3cf652236ee1a5fca8 (diff) |
man: Fix small typo: s/seperate/separate/
Diffstat (limited to 'src/initreq.h')
-rw-r--r-- | src/initreq.h | 2 |
1 files changed, 1 insertions, 1 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. |