diff options
Diffstat (limited to 'libglusterfs/src/run.h')
-rw-r--r-- | libglusterfs/src/run.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/run.h b/libglusterfs/src/run.h index d7554ef6d8c..1dc4bf9f1b0 100644 --- a/libglusterfs/src/run.h +++ b/libglusterfs/src/run.h @@ -118,7 +118,7 @@ runner_redir (runner_t *runner, int fd, int tgt_fd); * * @param runner pointer to runner_t instance * - * @return 0 on succesful spawn + * @return 0 on successful spawn * -1 on failure (either due to earlier errors or execve(2) failing) * * @see runner_cout() |