diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:16:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 06:16:04 +0100 |
commit | 3288ec615f4b4bdb63005e6ae8e7782fcd969059 (patch) | |
tree | 34846348085ccdade75a6765ad0ade13cd3745b5 /src/daemonise.h | |
parent | style (diff) | |
download | sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.gz sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.bz2 sat-3288ec615f4b4bdb63005e6ae8e7782fcd969059.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/daemonise.h')
-rw-r--r-- | src/daemonise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemonise.h b/src/daemonise.h index e9d00d1..c590174 100644 --- a/src/daemonise.h +++ b/src/daemonise.h @@ -167,7 +167,7 @@ * - `DAEMONISE_KEEP_STDIN` * - `DAEMONISE_KEEP_STDOUT` * - `DAEMONISE_KEEP_FDS` - * @parma ... Enabled if `DAEMONISE_KEEP_FDS` is used, + * @param ... Enabled if `DAEMONISE_KEEP_FDS` is used, * do not add anything if `DAEMONISE_KEEP_FDS` * is unused. This is a `-1`-terminated list * of file descritors to keep open. 0, 1, and 2 |